function&nbspgetAge(...args)&nbsp{&...
发布于 2022-03-03 16:39:10
function getAge(...args) {
console.log(typeof args)
}
getAge(21)
上面代码的输出结果是什么
console.log(typeof args)
}
getAge(21)
上面代码的输出结果是什么
登录后免费查看答案
关注者
0
被浏览
62