Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个类将公历日期转换为回历日期。
hdate = hijriToGreg(y, m, d);
我如何循环获取回历月的天数?
换句话说,我怎样才能得到回历月的最后一天?