25869 发表于 2013-4-24 15:30:02

如何获取系统当前时间到1970年的偏移量,毫秒级

web_submit_data("douireg",
                "Action=https://passport.112.com/douireg?ts=1366732203672",
                "Method=POST",
                "RecContentType=text/html",
                "Referer=http://post.58.com/page/passport.htm",
                "Snapshot=t82.inf",
                "Mode=HTTP", 页面有中javascript,录制脚本用URL录的,其中:1366732203672 为系统当前时间到1970年的毫秒数,
请问 如何获取这个毫秒时间差(1366732203672)?

1. 我查了一下C语言的时间函数time()、mktime()等都是精确到秒,不知还有没有C的相关时间函数?

2. 另一种方法,能否在脚本里调用 Javascript 的时间函数,var = new Date().getTime(),使用返回的值?


new_lio 发表于 2013-8-29 13:50:54

同问,一直没有人回答吗?

云层 发表于 2013-8-29 16:16:27

look this
http://www.51testing.com/?uid-104-action-viewspace-itemid-849175
有人写过这个东西的
页: [1]
查看完整版本: 如何获取系统当前时间到1970年的偏移量,毫秒级