摘要: 1,math计算数学方法 math.floor(x) 下舍入 math.ceil(x) 上舍入 math.abs(x) 绝对值 math.round(x) 四舍五入 math.random() 0~1随机数 2,数组方法 concat() 合并数组 filter() 返回符合条件对的所有元素的数组 阅读全文
posted @ 2020-05-11 20:39 寂静星空2018 阅读(159) 评论(0) 推荐(0) 编辑