题目10单选题
下列选项中,定义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("George","John","Thomas")D. var txt = new Array:1=("George")2=("John")3=("Thomas")