In JavaScript there are many ways to loop through Array. Loops which can break or skip ( continue ) an iteration: for; while; do…while; for…in.
確定! 回上一頁