有人可以协助我创建实时数据库计时器。
它将在数据库中有一个开始时间,我正在使用PHP,我希望使用js或ajax,这对我想要完成的工作最有效。
我已经编写了一些伪代码来说明我打算如何做到这一点:
BEGIN
Request server time
// adjust server time with client time
get serverTime
get clientTime
adjustment = serverTime - clientTime
timeData = timeData - adjustment
THEN
send timeData to server
END
答案 0 :(得分:0)
Intent browserIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://" + websiteUrl));
this.startActivity(browserIntent);
您不需要使用ajax或php就可以使用简单的javascript