📜  如何在javascript代码示例中获取当前年份

📅  最后修改于: 2022-03-11 15:03:25.439000             🧑  作者: Mango

代码示例6
let currentYear= new Date().getFullYear();