JS self-contained global functionisNaN() (Common) var sTr = 'hello world'; isNaN(sTr); // true Disadvantage:isNaN(value) Empty string, empty array, ...
確定! 回上一頁