var imgArray = new Array(); imgArray[0] = new Image(); ... document.write('<img src="' + imgArray[1] + '" width="120" height="120"/>');
確定! 回上一頁