for循环

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

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

{

循环体

}

 

\n  换行

\t  tab

\\  一个斜行

count  计数

thread 延时

thread.sleep(100)  休眠100毫秒

console.clear();  清屏

posted @ 2016-03-31 21:28  尤痴武  阅读(109)  评论(0编辑  收藏  举报