摘要: 没有后退按钮 可以往前跳转 获取浏览器类型版本 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Navigator</title> </head> <body> <script> //console.log( 阅读全文
posted @ 2018-04-07 14:50 一位梁先生 阅读(87) 评论(0) 推荐(0) 编辑
摘要: BOM对象 parameters 阅读全文
posted @ 2018-03-03 11:34 一位梁先生 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-28 11:08 一位梁先生 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 自定义属性 getAttribute获取 阅读全文
posted @ 2018-02-27 23:19 一位梁先生 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 把数组转换成字符串 排序 splice 查找 字符串截取 slice substring substr 阅读全文
posted @ 2018-02-27 13:20 一位梁先生 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-02-21 19:37 一位梁先生 阅读(66) 评论(0) 推荐(0) 编辑
摘要: condition 条件 switch语句 循环语句 阅读全文
posted @ 2018-02-21 18:43 一位梁先生 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 不推荐这种; 用rarseInt提取数字 值必须是以数字开头 阅读全文
posted @ 2018-02-06 20:39 一位梁先生 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 圣杯布局 阅读全文
posted @ 2018-02-05 20:54 一位梁先生 阅读(127) 评论(0) 推荐(0) 编辑
摘要: relative 相对定位 用 left top right bottom 来改变元素位置 absolute 绝对定位 用 top right bottom left 脱离正常的文档流 后写的元素将覆盖先写的元素 fixed 固定定位 用top right bottom left 脱离正常的文档流 阅读全文
posted @ 2018-02-05 15:26 一位梁先生 阅读(103) 评论(0) 推荐(0) 编辑