To check if a string contains numbers in JavaScript, call the test() method on this regex: /\d/ . test() will return true if the string ...
確定! 回上一頁