摘要:
``` // 批量下载 download (name, href) { var a = document.createElement('a') var e = document.createEvent('MouseEvents') // 创建鼠标事件对象 e.initEvent('click', f 阅读全文
摘要:
``` style 修饰 width 宽度 height 高度 title 想说明的 text align 水平对齐方式 center 居中 left 居左 right 居右 line height 垂直对齐方式/行高 当行高等于高度时候垂直居中 background 背景 image 引入背景图片 阅读全文