摘要: 1、Math.pow(2, 53) // 2的53次幂 Math.round(.6) // 四舍五入 Math.ceil(.6) // 向上取整 Math.floor(.6) // 向下取整 Math.abs(-5) // 求绝对值 Math.max(x, y, z) // 返回最大值 Math.m 阅读全文
posted @ 2017-08-28 18:27 有点追求 阅读(109) 评论(0) 推荐(0) 编辑