当前位置: 技术问答>java相关
有java小问题请较高人!!!
来源: 互联网 发布时间:2015-05-07
本文导语: public class Time { private int hour; private int minute; private int second; public Time() {setTime(0,0,0);} public void setTime(int hh,int mm,int ss) { hour=((hh>=0 && hh=0 && mm=0 && ss
public class Time
{
private int hour;
private int minute;
private int second;
public Time()
{setTime(0,0,0);}
public void setTime(int hh,int mm,int ss)
{
hour=((hh>=0 && hh=0 && mm=0 && ss
{
private int hour;
private int minute;
private int second;
public Time()
{setTime(0,0,0);}
public void setTime(int hh,int mm,int ss)
{
hour=((hh>=0 && hh=0 && mm=0 && ss