標簽:rgb console div color bsp 未定義 === aaa style
變量未定義时,
其被賦爲undefined
let aaa; console.log("undefined ...",undefined); console.log("aaa ...", aaa); if(aaa==undefined){ console.log("aaa == undefined" ); } if(aaa===undefined){ console.log("aaa === undefined") }
標簽:rgb console div color bsp 未定義 === aaa style
原文地址:https://www.cnblogs.com/zhishiyv/p/15038740.html