alert(typeof((function(){
alert('Hello World!');
})()
));
繁花如伊
为什么第一行会输出Hello World?
为什么第二个输出结果不是hello
world
print('hello'
相关分类