2021马上过年倒计时小程序
复制代码 代码如下:
<?php
$zero1=strtotime (date(“y-m-d h:i:s”)); //当前时间
$zero2=strtotime (“2021-2-11 24:00:00′); //过年时间
$guonian=ceil(($zero2-$zero1)/86400); //60s*60min*24h
echo “离过年还有<strong>$guonian</strong>天!”;
?>
本文链接:https://my.lmcjl.com/post/19612.html
展开阅读全文
4 评论