Closed this issue 7 years ago · 1 comments
#实测1990年的阴历也存在问题。
原代码使用(int)强转来模拟floor函数,所以对于2000年前的负数情况下floor出来的数据和js下的math.floor相差一个-1。造成数据大量对不上。已经做了相应 的修复