深入淺出js學習筆記

  關於==運算符 以下幾種情況結果爲true <1>null == undefined <2>number == string 會把string轉爲number 1 == '1.0' //true <3>bollean == ? 對於bollean值 不管問好是什麼 都會吧bollean轉換爲number true爲1 false爲0 1==true //true '1'==true //tru
相關文章
相關標籤/搜索