方式一:使用typeof
if (typeof(i)=== "undefined"){console.log(false)}else{console.log(true)}
方式二:
if(window.abcaa11112)//ok
{
console.log(window.abcaa11112);
}else{
console.log('没有被声明过');
}
方式一:使用typeof
if (typeof(i)=== "undefined"){console.log(false)}else{console.log(true)}
方式二:
if(window.abcaa11112)//ok
{
console.log(window.abcaa11112);
}else{
console.log('没有被声明过');
}