为什么我的写的时候,date().getTime()返回long类型
public long getTime(){ return getTimeImpl(); }
这是java中Date类里面的getTime( ) 方法,所以 date.getTime( ) 返回 long 类型不是正常的么