摘要:
Title 阅读全文
摘要:
//第一种 var obj = setInterval(function () { console.log(123); clearInterval(obj) }, 1000); //第二种 var text = setTimeout(function () { ... 阅读全文
摘要:
Title 提交吧 阅读全文
摘要:
1. 建立字符串和insertAdjacentHTML('beforeEnd', ) 2. 通过createElement 创建标签 setAttribute 赋予标签类型 appendChild 插入标签 阅读全文
摘要:
Title 阅读全文
摘要:
Title 阅读全文
摘要:
1. <link rel="stylesheet" href="../css/font-awesome.min.css"/> <div><i class="fa fa-envelope-o " aria-hidden="true"></i></div> //在awesome内提供标签名 2. bor 阅读全文
摘要:
1.position 位置的摆放形式 2.background 背景 background-image background-repeat background-position 3.text-align 文字位置 4.margin 外边距 5.padding 内边距 6.font-size 字体大 阅读全文