unix时间戳
http://tools.jb51.net/code/unixtime
相关阅读
时间戳取10位 long timeStampSec = System.currentTimeMillis()/1000; String timestamp = String.format("%010d
就像生物体一样,信息也会随着时间的推移而更新。今年有用的信息,过几年可能就没那么重要了。所以给你的内容加上时间戳是很重要的。
http://tools.jb51.net/code/unixtime
时间戳取10位 long timeStampSec = System.currentTimeMillis()/1000; String timestamp = String.format("%010d
就像生物体一样,信息也会随着时间的推移而更新。今年有用的信息,过几年可能就没那么重要了。所以给你的内容加上时间戳是很重要的。
猜你喜欢