其他分享
首页 > 其他分享> > JS 中后端返回int64 导致数字不正确

JS 中后端返回int64 导致数字不正确

作者:互联网

js中没有整数至于浮点数

console.log(Number.Max_Value)
console.log(Number.MAX_SAFE_INTEGER)

JS 中的Number类型

因此int64 不会被正确的处理

标签:console,log,中后,Number,53,JS,9007199254740991,int64
来源: https://www.cnblogs.com/guanchaoguo/p/16409355.html