论坛在这里你可以发表自己的建议,挥洒自己的想法!
专题一个闲谈的地方
最新发布第35页
仿ios13按钮
HTML: <div class='onoffswitch'> <input type='checkbox' name='onoffswitch' class='onoffswitch-checkbox' id='myonoffswitch' tabindex='0' checked> <label class='onoffs...
记录时刻:网站99篇文章
2021/12/08:网站99篇文章 人生是一次航行。航行中必然遇到从各个方面袭来的劲风,然而每一阵风都会加快你的航速。只要你稳住航舵,即使是暴风雨,也不会使你偏离航向。 今天是2020/12/08...
wordpress给新文章添加NEW图标
<?php $t1=$post->post_date; $t2=date('Y-m-d H:i:s'); $diff=(strtotime($t2)-strtotime($t1))/3600; if($diff<72){echo '<img src='https://https://www.lilianhua.com/wp-conte...