标签:对象扩展

对象扩展

#对象扩展

📚 共 2 篇文章 🏷️ 标签分类 📝 对象扩展
对象扩展

ES6中Math对象的部分扩展

1、Math.trunc()该方法用于取出一个小数的小数部分,返回整数部分。看例子吧:Math.trunc(1.234)