運算過程中由於 Javascript 是弱型別,沒有辦法強制規範型別,所以會在運算過程中發生隱式(動態)型別轉換,稱之為 Corecion。
Converting a value from one type to another.
運算過程中由於 Javascript 是弱型別,沒有辦法強制規範型別,所以會在運算過程中發生隱式(動態)型別轉換,稱之為 Corecion。
Converting a value from one type to another.
在閱讀本篇文章以前,先給予一個結論方便後續理解:
運算子不過就是一種函式而已,而且會回傳一個運算結果的值.
Javascript 的運算子(operators)有個奇妙的現象就是,運算過程會造成動態型別的轉換而獲得不如預期的結果.
Update your browser to view this website correctly. Update my browser now