function sayHi() { return (() => 0)() } typeof sayHi() A: "object" B: "number" C: "function" D: "undefined" 参考答案
发表回复