For Loop. For迴圈是一個大挑戰,我們直接切入,把我們index.ejs中的function numberAdd(){}中,加入一個for迴圈。 function numberAdd(){ n = n+1 // 增加一個for迴圈 ...
確定! 回上一頁