In order to check if a string is definitely not a number, you can use the isNaN() function. This function returns true if the value is not a number, and false ...
確定! 回上一頁