日期:2014-05-17 浏览次数:20539 次
<script> function is0(o) { if (o.value == 0) {alert("fa"); return false; } return true; } </script>