日期:2014-05-17  浏览次数:20406 次

请问下这个13位的时间是怎么生成的1307041488303
http://tieba.baidu.com/tb/poptipconfig.js?t=1307041488303

t=1307041488303

发现很多网站用13位的正数表示当前时间 这个数字是不断增加的

请问下这个13位的时间是怎么生成的
------解决方案--------------------
//UNIX时间戳
echo time();

http://cn.php.net/manual/zh/function.time.php
------解决方案--------------------
js生成的,是13位。
------解决方案--------------------
js
alert((new Date()).getTime());