InternalExceptionException got error code in reply:34
原因是我使用了long类型来获取时间的毫秒数,getTime();结果超出了存储范围;Numerical result out of range,换成double来接收即可;
【报错】InternalExceptionException got error code in reply:34
最新推荐文章于 2022-09-28 10:34:12 发布
InternalExceptionException got error code in reply:34
原因是我使用了long类型来获取时间的毫秒数,getTime();结果超出了存储范围;Numerical result out of range,换成double来接收即可;