摘要: //js 中的算术运算Math.pow(2,53) // => 9007199254740992: 2 的 53次幂 Math.round(.6) // => 1.0: 四舍五入 Math.ceil(.6) // => 1.0: 向上求整 Math.floor(... 阅读全文
posted @ 2015-07-20 18:23 刘满blog 阅读(179) 评论(0) 推荐(0) 编辑