标签:cte var style check bre 默认 nbsp get pre
//默认选中下拉列表 function checkOption(id,value){ var select = document.getElementById(id); var options = select.options; for(var i=0;i<options.length;i++){ if (options[i].value == value){ options[i].selected = true; break; } } }
标签:cte var style check bre 默认 nbsp get pre
原文地址:http://www.cnblogs.com/lxcmyf/p/6004765.html