主要有两个方法可以获取
1.System.currentTimeMillis()
2.new Date()
public Date() { this(System.currentTimeMillis()); }
第一个效率高一些。