## 获取年 阴历年自
v1.2.0版本
加入。 1. .getYear() > 获取阴历年 ### 示例代码
javascript
var lunarYear = LunarYear.fromYear(3333); console.log(lunarYear.getYear());
### 输出