isNaN()對"" 和" " 會返回false

剛剛接觸前端開發,今天在使用 isNaN()驗證的時候遇到一些小彩彈:前端 <input id="phone" type="text" placeholder="13000000000"> 一個電話號碼的驗證:web if (isNaN(value)) { alert("Sorry, phone number is wrong!"); } else{ alert("
相關文章
相關標籤/搜索