前端版权动态日记页脚 JS 云博小周宇2024年5月5日2023年8月11日1 Min Read 关键代码如下 <script>document.write(new Date().getFullYear())</script> js方法 new Date() //实例化Date对象 getFullYear()//获取年份