下列代码运行会报异常错误. var sum = (function (a, b) { return a + b; })(1000, 200); console.log(sum); - 答案与解析 - 题搜搜题库网