let str = "23" let n = parseInt(str) if(!isNaN(n)){ alert("是数字") }
本文标题:js判断字符串类型的数字
本文链接:https://www.haomeiwen.com/subject/hagplhtx.html
网友评论