/** * 根据值选择下拉列表框的选中项 * objSelect 下拉列表框 * strValue 值 */ function selectValue(objSelect,strValue) { if (strValue=="") return; for(var i=0; i