var s= string; var n =4; //dynamic for (i = 0; i <= n; i++) { a.push(s); s= a.join(' '); } this is the logic i am trying but it coming twice ...
確定! 回上一頁