摘要: // min-max之间的随机整数 var s=Math.round(Math.random()*(max-min))+min;// 或者Math.floor(Math.random()*max)+min; Math.ceil(number)//向上取整,返回大于等于n的最小整数 Math.floor(number) //向下取整,返回小于等于n的最大整数 Math.round(number... 阅读全文
posted @ 2017-03-30 22:24 逗伴不是瓣 阅读(259) 评论(0) 推荐(0) 编辑
摘要: var arr=[ { "ceo":"张无忌", "conmpany":"阿里妈妈有限公司", "address":"上海市淮海路1888号508" }, { "ceo":"马云", "conmpany":"阿里巴巴有限公司", "address":"上海市陆家嘴浦东大道1800号" }, ... 阅读全文
posted @ 2017-03-30 16:42 逗伴不是瓣 阅读(320) 评论(0) 推荐(0) 编辑