JS的number支持的最大数字是2^53,可以尝试返回数据使用string类型,避免大数场景。或者可以引入long库来解决此问题,参考文档:https://blog.csdn.net/m0\_57846722/article/details/127709605
JS的number支持的最大数字是2^53,可以尝试返回数据使用string类型,避免大数场景。
或者可以引入long库来解决此问题,参考文档:https://blog.csdn.net/m0\_57846722/article/details/127709605