2015年1月27日
摘要: 1.数学函数:Math.ceil():天花板数 //大于当前小数的最小整数Math.floor():地板数 //小于当前小数的最大整数Math.round():四舍五入取整数Math.random():生成0-1之间的随机数 取1-36以内的数: var s=(Math.round(... 阅读全文
posted @ 2015-01-27 20:33 冰上逐狐 阅读(123) 评论(0) 推荐(0)