复制1console.log(typeof typeof typeof null); 2console.log(typeof console.log(1));
1console.log(typeof typeof typeof null); 2console.log(typeof console.log(1));
参考答案:
第一行代码输出结果为 "string"。解释如下:
因此,最终结果为 "string"。
第二行代码先输出 1,然后输出结果为 "undefined"。解释如下:
因此,最终结果为:
string 1 undefined
最近更新时间:2024-07-20
题库维护不易,您的支持就是我们最大的动力!