The isNaN() function determines whether a value is NaN when converted to a ... true isNaN(true); // false isNaN(null); // false isNaN(37); ...
確定! 回上一頁