Intro to Loops While loop while (<expression>) { <code-block> } For loop for (<start>; <stop>; <step>) { <code-block> }最近更新: 2026年9月7日