js的正則表達式

  from(http://www.loemedia.com/blog/blog.php?mode=normal&sortid=&setdate=&setday=&orderid=) JS的正則表達式 //校驗是否全由數字組成 function isDigit(s) { var patrn=/^[0-9]{1,20}$/; if (!patrn.exec(s)) return false retu
相關文章
相關標籤/搜索