NaN in JavaScript stands for "Not A Number", although its type is actually number. typeof(NaN) // "number". To check if a variable is of value NaN, ...
確定! 回上一頁