我的主博客是可定博客(https://wnag.com.cn/)
原文链接:WordPress首页上设置倒计时
看见别的网站首页有倒计时,自己也想弄一个考研的倒计时。
但是网上找了一圈,基本都是js实现倒计时,并不是用整个网页。终于在这篇文章中找到这个代码
效果
原代码
<!doctype html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div id="CountMsg" class="HotDate">
<span id="t_d">00天</span>
<span id="t_h">00时</span>
<span id="t_m">00分</span>
<span id="t_s">00秒</span>
</div>
</body>
<script type=&#