A.emp=newArray[3]; B.emp=newArray(3); C.emp=new()array; D.emp=newArray[];
A.charAt()方法是獲取位于指定索引位置的字符 B.indexOf()方法是查找字符或字符串的位置,返回字符串出現的所有位置 C.charAt()方法的參數可以為一個或兩個 D.indexOf()方法的參數為指定的索引值
A.document對象 B.math對象 C.history對象 D.frame對象