摘要: 1)DOM window BOM的根元素 document DOM的根元素 window.document document属于window属性 BOM window.location window.history window.navigator window.document window.sc 阅读全文
posted @ 2020-05-18 17:45 cruor 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1)Math方法 Math.abs();//绝对值 Math.floor();//向下舍入 Math.ceil();//向上舍入 Math.round();//四舍五入 // 负数的四舍五入,一般都是转换为正数处理 var max=Math.max(3,5,7,9,10);//求最大值 10 var 阅读全文
posted @ 2020-05-18 00:05 cruor 阅读(121) 评论(0) 推荐(0) 编辑