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