var value = $("#selectID option:selected").attr("value");
你给第一个默认值也添加一个默认值...比如:确定是天才?
var value = $("#selectID").val();if(value == ""){alert("select为空");}
.Length判断就行了
q=select * from xxxif(q) then