2013年10月14日 ... JS的array怎麼宣告使用?如下,宣告array時不用告知長度,就要多少用多少。 var MyArray = []; MyArray[0] = 10; MyArray[1] = 20; 那二維array怎麼 ...
www.google.com.tw