电子科技大学 / 网页设计与制作
正确率:100%
定义JavaScript数组的正确方法是()。
A.var txt=new Array=“George”,“John”,“Thomas”)
B.var txt=new Array:1=(“George”)2=(“John”)3=(“Thomas”)
C.var txt=new Array(1:“George”,2:“John”,3:“Thomas”)
D.var txt=new Array(“George”,“John”,“Thomas”)
参考答案:
佳题速递: