var a;
console.log(a);//undefined
console.log(typeof(typeof a));//string typeof输出的是字符串
console.log(typeof a);//'undefined'
var a;
console.log(a);//undefined
console.log(typeof(typeof a));//string typeof输出的是字符串
console.log(typeof a);//'undefined'
本文标题:typeof
本文链接:https://www.haomeiwen.com/subject/sjhnyqtx.html
网友评论