Date类 构造方法 public Date():创建一个Date对象,表示默认时间(计算机当前时间) public Date(long date):创建一个Date对象,表示指定时间。(从时间原点起算, 要考虑时差)