JavaScript中的Math 使用介绍

内容摘要
复制代码 代码如下: Math.pow(2,53) //=>9007199254740992: 2 的53次幂 Math.round(.6) //=>1.0: 四舍五入
文章正文

复制代码 代码如下:

Math.pow(2,53) //=>9007199254740992: 2 的53次幂
Math.round(.6) //=>1.0: 四舍五入


代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!