JavaScript中數值類型爲NaN

NaN表達的意思 在JavaScript中NaN表示:是一個number類型,可是這個數字是不正常的 如: var a=12; var b; var c=a+b; console.log(typeof c) 則返回一個NaNweb
相關文章
相關標籤/搜索