通过preselect()函数只能默认到省份,城市和区无法默认,求大神帮助
html代码如下:
js代码如下:
function Dsy(){
this.Items = {};
}
Dsy.prototype.add = function(id,iArray){
this.Items[id] = iArray;
}
Dsy.prototype.Exists = function(id){
if(typeof this.Items[id] == "undefined") return false;
return true;
}
function change(v){
var str="0";
for(i=0;i0 || !v){
if(dsy.Exists(str)){
ar = dsy.Items[str];
for(i=0;i
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
业精于勤,荒于嬉;行成于思,毁于随。