(function test(){ console.log(123)}())(function test(){ console.log(123)})()以上两段代码有什么区别呢?好像都能运行? 查看完整描述