test

Posted songzi-yang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了test相关的知识,希望对你有一定的参考价值。

	public void tick(){
		this.second.increase();//秒走一秒
		if(this.second.getValue()==0) {//零,即达上限,被置零
			this.minute.increase();//分走一下
			if(this.minute.getValue()==0) {//如果秒达上限值
				this.hour.increase();//时走一下
			}
		}
	}
w w w    we 
 dfaf  
dfae 
ef a 
e 

以上是关于test的主要内容,如果未能解决你的问题,请参考以下文章