jquery中判斷input元素爲空和 mysql中的編碼

1.判斷input元素爲空:mysql <input id ="userInfo_name" type="text">sql <script>數據庫 var userInfo_name = $.trim($("#userInfo_name").val()); if(userInfo_name == '') {    alert("用戶名稱不能爲空");    return; } 編碼 </scri
相關文章
相關標籤/搜索