日期:2014-05-17 浏览次数:20735 次
var dValue = $('#drop1').val(); var tValue = $('#txt1').val(); if(dValue!='') { if(tValue=="1") { alert('非法'); } }