<script language="javascript" type="text/javascript" src="js/area_expand.js"></script>
js文件打包在附件中。
- <select id=province name="province" onchange="citys(this,'')"></select> <select id=city name="city"></select>
- <script>
- province('浙江','温州');
- </script>
