MAX_VALUE

【踩坑】JS/TS 整数明明没有超过 Number.MAX_VALUE,为啥精度还是丢失了?

代码 function calcKey(props) { return props.reduce((key, prop, index) => { const code = prop[0] * (15 + 1) + prop[1]; console.log(code); console.log(key ......
整数 精度 MAX_VALUE 还是 Number
共1篇  :1/1页 首页上一页1下一页尾页