当前位置:Gxlcms > PHP教程 > 请教上这个13位的时间是如何生成的1307041488303

请教上这个13位的时间是如何生成的1307041488303

时间:2021-07-01 10:21:17 帮助过:3人阅读

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

t=1307041488303

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

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

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

人气教程排行