全国省市二级联动下拉菜单 js版(2)

<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>全国城市二级联动</title> <style type="text/css"> body{ background:#EEEEEE;margin:0; padding:0; font-family:"微软雅黑", Arial, Helvetica, sans-serif; } a{ color:#006600; text-decoration:none;} a:hover{color:#990000;} .top{ margin:5px auto; color:#990000; text-align:center;} .info select{ border:1px #993300 solid; background:#FFFFFF;} .info{ margin:5px; text-align:center;} .info #show{ color:#3399FF; } .bottom{ text-align:right; font-size:12px; color:#CCCCCC; width:1000px;} </style> </head> <body> <div> <h1>全国城市二级联动</h1> </div> <div> <div> <select></select> <select ></select> <script src="https://www.jb51.net/area.js" type="text/javascript"></script> <script type="text/javascript">_init_area();</script> </div> </div> </body> </html>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wzpxff.html