题库 软件开发 题目列表 function getAge(...args) {  console.log(typeof arg...
单选题
function getAge(...args) {
  console.log(typeof args);
}

getAge(21);
上面代码的输出结果是什么
A.

"number"

B.

"array"

C.

"object"

D.

"NaN"

题目信息
校招真题
-
正确率
0
评论
14
点击