marcuswestin / store.js

Cross-browser storage for all use cases, used across the web.
MIT License
14.02k stars 1.33k forks source link

存int数组,取值丢失精度 #332

Open bing127 opened 2 years ago

bing127 commented 2 years ago

比如: store.set('a',123456789999999) 然后获取: store.get('a') 数据就成了123456789999900

用原生的本地存储不会有这种问题

raulconnect commented 2 years ago

this is chinesse to me