functiongetAge(...args){console.log(typeofargs);}getAge(21);A:"number"B:"array"C:"object"D:"NaN"参考答案:
选择(008)-以下代码的输出是什么?相关文章