神奇的

>typeof NaN <"number" //not a number,但它是number type的,NaN 的檢測 isNaN。 >9999999999999999 <10000000000000000 //js整數精度15位 >0.5 + 0.1 == 0.6 <true //小數精度17位 >0.1 + 0.2 == 0.3 <false //0.1+0.2值爲0.30000000000
相關文章
相關標籤/搜索