01 2019 档案

摘要:文档 位置、大小、变形、颜色、边框 可以监听动画的开始和结束 trigger 定义一个动画名称 style({}) 执行的动画 animate 执行时间,延迟,过度曲线 transition 动画转场 State 可以在指定的场景切换 ⇒ void,void ⇒ * 在有和无的状态之间切换 在 st 阅读全文
posted @ 2019-01-29 11:02 Ajanuw
摘要:``` console.log(navigator.platform); // Win32 Object.defineProperty(navigator, 'platform', { value: 'cc', writable: true, configurable: true, enumerable: tr... 阅读全文
posted @ 2019-01-28 17:43 Ajanuw 阅读(1812) 评论(0) 推荐(0)
摘要:"MIME类型" 阅读全文
posted @ 2019-01-28 14:50 Ajanuw 阅读(630) 评论(0) 推荐(0)
摘要:"原文链接 https://www.cnblogs.com/ajanuw/p/10324269.html " "Request" "Response" "page.setRequestInterception(true)" 开启拦截 "req.respond()" 返回一个自定义响应 "req.co 阅读全文
posted @ 2019-01-26 17:20 Ajanuw 阅读(6747) 评论(0) 推荐(0)
摘要:document.write(navigator.userAgent) // Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537 阅读全文
posted @ 2019-01-25 23:15 Ajanuw
摘要:main.js index.html run 阅读全文
posted @ 2019-01-23 23:25 Ajanuw 阅读(2932) 评论(0) 推荐(1)
摘要:``` --> Document ``` 阅读全文
posted @ 2019-01-23 11:15 Ajanuw