@Joel's answer is pretty close, but it will fail in the following cases: // Whitespace strings: IsNumeric(' ') == true; IsNumeric('\t\t') == true; ...
確定! 回上一頁