js 實現部分goto功能(continue,break)語句可以都帶一個標簽 foo:for(var i=0;i<4;i++){ for(var j=0;j<4;j++){ if((i*j)>=3){ console.log(i.j) ...
確定! 回上一頁