当前位置:Gxlcms > PHP教程 > php+js倒计时代码秒不动解决思路

php+js倒计时代码秒不动解决思路

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

php+js倒计时代码 秒不动
从网上找的这段代码 运行之后 秒 是不动的 为什么?
PHP code

 
connect();

$query="SELECT * FROM PICKUPTIME ORDER BY deadline ASC";
$sql=queryMysql($query);
?>



    

"> ">


------解决方案--------------------
JScript code
//setTimeout("getTheTime("+D+","+i+")",1000);
setInterval("getTheTime('" + D + "'," + i + ")", 1000);                     

人气教程排行