题目:下列选项中,定义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")
答案:评论后可见此内容