码迷,mamicode.com
首页 > 其他好文 > 详细

变量未定义

时间:2021-07-21 17:40:09      阅读:0      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!