单项选择题

A.Array.prototype={length:0};
B.arrayList.splice(0,arrayList.length-1);
C.arrayList.length=0;
D.以上都不正确