P12. 6. Fill in the blanks by selecting suitable words from the word bank. You may not use any of the words more than once.请填写单词前的编号,不是单词本身。 will 1. __
【简答题】下列关于Array对象的说法,正确是()。A. 是把多个同类的数据组织在一起的有效手段; B. JavaScript通过实例化Array对象来定义一个数组; C. var myArray = new Array(3)创建了一个长度为4的数组; D. 创建数组后,能够用 [ ] 符号访问数组单个元素,即myArray[0]等;