## 获取闰月 阴历年自
v1.2.0版本
加入。 1. .getLeapMonth() > 获取闰月数字,1代表闰1月,0代表无闰月 ### 示例代码
javascript
var lunarYear = LunarYear.fromYear(2020); console.log(lunarYear.getLeapMonth());
### 输出