去除浮体上过多的痕迹
我从 postgre db 以 float 格式获取数字,当尝试在我的 html 页面中打印它们时,它们占用了太多空间。如何使用快速的 JS 函数来削减过多的精度数? IE:
98.7776 --> 98.7
I am getting numbers back from postgre db in float format and when trying to print them in my html page they took too much space. How do I cut the excessive precision number using a quick JS function? i.e:
98.7776 --> 98.7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)