模板:Timer:修订历史

差异选择:选中要对比的修订的单选按钮,然后按Enter键或下面的按钮。
说明:(当前)=与最后修订的差异,(之前)=与上个修订的差异,=小编辑。

2025年4月13日 (星期日)

  • 当前之前 05:532025年4月13日 (日) 05:53 Admin 留言 贡献 218字节 +218 创建页面,内容为“<div id="countdown-timer"></div> <script> $(document).ready(function() { $('#countdown-timer').countdown('2025/04/20', function(event) { $(this).html(event.strftime('%D天 %H:%M:%S')); }); }); </script>”