标签 年份 下的文章

自动获取年份代码

不想每年更改版权年份,给大家带来一个很方便的方法自动获取年份。代码:©<script type="text/javascript">document.write((new Date()).getFullYear());</script>