摘要: @charset "UTF-8"; /*css 初始化 */ html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin: 0; padding: 0; } fieldset, img, input, button { ... 阅读全文
posted @ 2017-04-07 09:13 H.U.C-王子 阅读(425) 评论(0) 推荐(0) 编辑
摘要: 用A链接对象解析url的组成 var url = 'https://www.baidu.com:8080/aaa/1.html?id=10#name'; var aLink = document.createElement('a'); aLink.href = url; console.log(aL 阅读全文
posted @ 2017-04-07 08:32 H.U.C-王子 阅读(167) 评论(0) 推荐(0) 编辑