pan00017 發表於 2009-5-10 06:37:26

【通 用 版】迴 圈 介 紹 (1) ── for(?; ?; ?){script commands}

for(起始值; 判斷; 累加數值){script commands}

**** Hidden Message *****

【其他相關迴圈】

while(?){script commands}

do{script commands} while(?);

goto
頁: [1] 2 3 4 5 6 7 8 9 10
查看完整版本: 【通 用 版】迴 圈 介 紹 (1) ── for(?; ?; ?){script commands}