Project1
标题:
获取网络时间
[打印本页]
作者:
yang1zhi
时间:
2017-11-15 14:15
标题:
获取网络时间
这代码由百度搜索JS找到的,稍作修改后,实测可行
$gameParty.
huoqu_shijian() //运行这段代码
脚本
作者:
zmj945
时间:
2017-11-17 14:36
我艹,这个好,可以做love PLUS之类的同步现实的游戏了
(你想的美!条件分歧里没有办法用啊
)
谢谢分享
作者:
walf_man
时间:
2017-11-17 16:41
这个。连接到授时网站去了,当然会慢,直接读取本地时间不行吗?
作者:
347780682
时间:
2020-10-22 02:22
大佬这个直接用代码会报错
作者:
walf_man
时间:
2020-10-22 10:19
347780682 发表于 2020-10-22 02:22
大佬这个直接用代码会报错
可以用AXY网络插件,里面有个功能获取网络时间,还可以设置授时服务器。
用法如下:
AXY_AjaxFetchServerTSV.timestamp(); //返回 unix 时间戳,即从1970年1月1日0点到现在所经过的秒数
AXY.Core.Variables.timestamp; //并且会绑定到这个本地变量上
AXY_AjaxFetchServerTSV.datetime("Y-m-d H:i:s"); //返回类似 2019-09-09 13:14:15 格式的时间
AXY_AjaxFetchServerTSV.datetime("Y-m-d"); //返回类似 2019-09-09 格式的时间
AXY_AjaxFetchServerTSV.datetime("H:i:s"); //返回类似 13:14:15 格式的时间
AXY.Core.Variables.datetime; //并且会绑定到这个本地变量上
//还有很对其它格式在这个网站可供参考:
https://www.php.net/manual/en/function.date.php
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1