<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>BFW NEW PAGE</title>
<script id="bfwone" data="dep=jquery.17&err=0" type="text/javascript" src="http://repo.bfw.wiki/bfwrepo/js/bfwone.js"></script>
<script type="text/javascript">
bready(function() {
use(["weui.min", "weui.min"], function() {
$('#showareaPicker').on('click',
function () {
weui.picker([{
label: '广东',
value: 0,
children: [{
label: '广州',
value: 0,
children: [{
label: '海珠',
value: 0
},
{
label: '番禺',
value: 1
}]
},
{
label: '佛山',
value: 1,
children: [{
label: '禅城',
value: 0
},
{
label: '南海',
value: 1
}]
}]
},
{
label: '广西',
value: 1,
children: [{
label: '南宁',
value: 0,
children: [{
label: '青秀',
value: 0
},
{
label: '兴宁',
value: 1
}]
},
{
label: '桂林',
value: 1,
children: [{
label: '象山',
value: 0
},
{
label: '秀峰',
value: 1
}]
}]
}],
{
onChange: function (result) {
//console.log(result);
},
onConfirm: function (result) {
// $("#area").html(result[0]['name']+" "+result[1]['name']+" "+result[2]['name']);
$("#province").val(result[0]['label']);
$("#city").val(result[1]['label']);
$("#district").val(result[2]['label']);
}
});
});
});
});
</script>
<style>
</style>
</head>
<body>
<div class="weui-cells weui-cells_form">
<div class="weui-cell" id="showareaPicker">
<div class="weui-cell__hd">
<label class="weui-label">选择地区*</label>
</div>
<div class="weui-cell__bd">
<input class="weui-input" readonly="" type="text" id="province" placeholder="" value="江苏" />
<input class="weui-input" readonly="" type="text" id="city" placeholder="" value="常州" />
<input class="weui-input" readonly="" type="text" id="district" placeholder="" value="武进" />
</div>
</div>
</div>
</body>
</html>
网友回复
python能写一个检测nginx rewrite高危漏洞的工具代码?
css如何给video视频进行mask遮罩?
windows如何同时允许两个用户远程桌面连接同一个电脑?
nginx升级到1.30.1导致无法启动 [emerg] SSL_CTX_new() failed怎么办?
什么是ASLR(地址随机化)?
有没有不依赖embedding向量的RAG技术?
有没有支持实时打断语音通话并后台帮你执行任何的ai模型?
开源ai大模型文件格式GGUF、MLX、Safetensors、 ONNX 有什么区别?
出海挣钱支付收款PayPal、Wise 、PingPong、Stripe如何选择?
如何实现类似google的图片隐形水印添加和识别技术?


