配列名.unshift(追加インデックス)
myArray = new Array("HTML", "JavaScript", "PHP"); myArray.unshift("Perl"); document.write(myArray);
Top / Home / Index / Next