关于javascript:选择篇008下面代码的输出是什么 jiezi 3 年前 function getAge(...args) {console.log(typeof args); } getAge(21); A: "number" B: "array" C: "object" D: "NaN" 参考答案:
function getAge(...args) {console.log(typeof args); } getAge(21); A: "number" B: "array" C: "object" D: "NaN" 参考答案: