js方法将小数转化为整数 2024年1月19日 186次阅读 来源: 花小疯 Math.round(要转化的数);这种方法是四舍五入的。例如:var x1 = Math.round(11.3); var x2 = Math.round(11.6);那么结果为:x1 == 11 x2 == 12 原文作者:花小疯 原文地址: https://blog.csdn.net/dd2016124/article/details/85783058 本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。 < 上一篇 下一篇 >