单项选择题

A.Array.of(3,11,8)//[3,11,8]
B.Array.of(3).length//1
C.Array.of(undefined)//[undefined]
D.Array.of()//报错