赞
踩
// 农历转换公历 function lunarToSolar(lunarYear, lunarMonth, lunarDay) { var leapMonth = leapMonthForLunar(lunarYear); // 计算该年闰哪个月 var leap = false; //