Timestamp ts = new Timestamp(System.currentTimeMillis());
这一行代码出错,报了错误
原因:导包出错
应该是import java.sql.Timestamp;
不是 import java.security.Timestamp;