网页开发常用语句 (持续更新)

网页开发常用语句 (持续更新)

JS获取当前年份

<script type="text/javascript">document.write((new Date()).getFullYear());</script>

可插入到页脚版权年份处,无需每年手动更新。例如:

<p style="text-align:center">Copyright © <script type="text/javascript">document.write((new Date()).getFullYear());</script> BitPD. All Rights Reserved.</p>

© 版权声明
THE END
喜欢就支持一下吧
点赞15 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容