09 2018 档案
anguar6中 无法在Element上找到属性 (eg 原DOM的offsetTop)
摘要:let aa=this.elementRef.nativeElement.querySelector('.logBox') ;
阅读全文
js 浏览器 宽高 各种
摘要:常用: JS 获取浏览器窗口大小 // 获取窗口宽度 // 获取窗口宽度 if (window.innerWidth) if (window.innerWidth) winWidth = window.innerWidth; winWidth = window.innerWidth; else if
阅读全文
span 超出部分换行
摘要:span{ word-break: normal; width: auto; display: block; white-space: pre-wrap; word-wrap: break-word; overflow: hidden }
阅读全文
ie edge 自动给数字加下划线
摘要:<meta name="format-detection" content="telephone=no,email=no,address=no">
阅读全文
puppeteer 爬虫 pdf 截图 自动化
摘要:puppeteer简介 puppeteer 翻译是操纵木偶的人,利用这个工具,我们能做一个操纵页面的人。puppeteer是一个nodejs的库,支持调用Chrome的API来操纵Web,相比较Selenium或是PhantomJs,它最大的特点就是它的操作Dom可以完全在内存中进行模拟既在V8引擎
阅读全文
浙公网安备 33010602011771号