通过action传过来的值在option获取进行验证的方法

内容摘要
通过action传过来的值在option获取进行验证的方法:复制代码 代码如下: for(var i=0;i<document.getElementById("ufacilityType").options.length;i++){ if(document.getElem
文章正文
通过action传过来的值在option获取进行验证的方法:
复制代码 代码如下:

for(var i=0;i<document.getElementById("ufacilityType").options.length;i++){
if(document.getElementById("ufacilityType").options[i].text==datas[0].facilityType){
document.getElementById("ufacilityType").options[i].selected=true;
break;
}
}

代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!