首页 > 语言 > JavaScript > 正文

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

2024-05-06 15:55:04
字体:
来源:转载
供稿:网友
通过action传过来的值在option获取进行验证,下面有个不错的示例,需要的朋友不要错过

通过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;
}
}

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选