假设 output 是一个函数,输出一行文本。下面的语句输出结果是什么?
output(typeof(function() {
output("Hello World!")
})());
A:undefined Hello World!
B:Object
C:stringa
D:function
E:Hello World! undefined
求点赞 求关注~欢迎大家评论留言

假设 output 是一个函数,输出一行文本。下面的语句输出结果是什么?
output(typeof(function() {
output("Hello World!")
})());
A:undefined Hello World!
B:Object
C:stringa
D:function
E:Hello World! undefined
求点赞 求关注~欢迎大家评论留言
本文标题:这道笔试题你会吗(3)
本文链接:https://www.haomeiwen.com/subject/dlmwbqtx.html
网友评论