摘要:
先说说Math的几个方法: 1.Math.floor(x) 返回不大于当前数的最大整数。 我的记法:floor 直译 地板 也就是不大于的的意思 (x-0.5 四舍五入取整) 2.Math.round(x) 我的记法:round 直译 大约 是4舍5入的计算( 四舍五入取整) 阅读全文
posted @ 2016-03-15 17:16
Cxymds
阅读(723)
评论(0)
推荐(0)
摘要:
解析页面表单元素 阅读全文
posted @ 2016-03-15 10:18
Cxymds
阅读(604)
评论(0)
推荐(0)