2019年9月21日

摘要: <body> <ul> <li>link1</li> <li>link2</li> <li>link3</li> <li>link4</li> <li>link5</li> <li>link6</li> </ul> </body> <script> // 闭包 // function fn(){ / 阅读全文
posted @ 2019-09-21 15:03 夏日的风,冬日的阳 阅读(108) 评论(0) 推荐(0) 编辑
 
摘要: <body> <h1>一级标题1</h1> <h1 style="display: none">一级标题2</h1> <h1>一级标题3</h1> <ul class="list"> <li>html</li> <li class="red">javascript</li> <li>php</li> 阅读全文
posted @ 2019-09-21 15:01 夏日的风,冬日的阳 阅读(106) 评论(0) 推荐(0) 编辑
 
摘要: <body> <div class="box" abc="admin"> <div class="box1"> <div class="box2"> <span>hello</span> <input type="text" value="123"> </div> </div> </div> < 阅读全文
posted @ 2019-09-21 15:00 夏日的风,冬日的阳 阅读(136) 评论(0) 推荐(0) 编辑