You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
js 能精确处理的整型数值上限是 2^53-1, 大约16个有效数字, 超出部分无法保存, 比如 1454469996415019862 会变成 1454469996415019800, 浏览器直接从服务端取json数据并转换会得到错误的结果.
FastJsonHttpMessageConverter
能考虑增加将大整型数值转换成字符串的功能吗? 比如加到BrowserCompatible
feature 里.The text was updated successfully, but these errors were encountered: