摘要: javascript--算法 阅读全文
posted @ 2016-07-28 15:12 inno 阅读(152) 评论(0) 推荐(0) 编辑
摘要: Math数学对象 Math.min (1, 2, 3);//获取若干个数中的最小值 Math.max (1, 2, 3);//获取若干个数中的最大值 Math.abs (-1.5);//返回数的绝对值 Math.ceil (1.1);// 2 上舍入 Math.floor (1.9);// 1 下舍 阅读全文
posted @ 2016-07-28 10:36 inno 阅读(125) 评论(0) 推荐(0) 编辑
摘要: javascript 阅读全文
posted @ 2016-07-28 09:55 inno 阅读(160) 评论(0) 推荐(0) 编辑
摘要: javascript --if语句、 switch 语句 阅读全文
posted @ 2016-07-28 09:04 inno 阅读(353) 评论(0) 推荐(0) 编辑