加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.html 743 Bytes
一键复制 编辑 原始数据 按行查看 历史
初相 提交于 2019-07-24 14:52 . 乐优门户初始提交
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
select{ width:100px; text-align:center;}
</style>
<script src="js/v-select.js"></script>
</head>
<body>
地区:
<select id="province" onchange="changeSelect(this);">
<option value="000000" style="color:#999;" disabled="disabled" >-请选择省-</option>
</select>
<select id="city" onchange="changeSelect(this);">
<option value="000000" style="color:#999;" disabled="disabled" >-请选择市-</option>
</select>
<select id="district">
<option value="000000" style="color:#999;" disabled="disabled">-请选区-</option>
</select>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化