摘要: 参考:https://juejin.im/post/5c337ae06fb9a049bc4cd218 https://github.com/forthealllight/blog/issues/5 https://juejin.im/post/5aa0a1475188255589495c20 阅读全文
posted @ 2019-06-25 23:43 little_ab 阅读(131) 评论(0) 推荐(0) 编辑
摘要: function getPersonInfo(one, two, three) { console.log(one); console.log(two); console.log(three); } const person = "Lydia"; const age = 21; getPersonI 阅读全文
posted @ 2019-06-25 18:04 little_ab 阅读(1875) 评论(0) 推荐(0) 编辑
摘要: 方法一:footer 上用负的 margin-top 在内容外面需要额外包一层元素(wrap)来让它产生对应的 padding-bottom。是为了防止负 margin 导致 footer 覆盖任何实际内容。 //html结构 <body> <div id="wrap"> <div id="main 阅读全文
posted @ 2019-06-25 17:28 little_ab 阅读(201) 评论(0) 推荐(0) 编辑