for循环

for(int i(定义变量)=0;i<length;i++)

for(初始值;条件表达式;状态改变)

{

循环体

}

 换行

 tab

\  一个斜行

count  计数

thread 延时

thread.sleep(100)  休眠100毫秒

console.clear();  清屏

原文地址:https://www.cnblogs.com/weiwenxin01/p/5342864.html