摘要: 监听浏览器切屏 为了完成验证用户在切换浏览器tab时进行登录再次认证需求需要监听浏览器切换窗口 if (document.hidden !== undefined) { document.addEventListener('visibilitychange', () => { console.log 阅读全文
posted @ 2021-11-02 14:25 影的记忆 阅读(375) 评论(0) 推荐(0) 编辑
摘要: # canvas 基本功能介绍 - canvas 能做什么 1. 绘制简单图形线条 2. 裁剪图片 - 开始绘制画布 新建html文档添加 canvas标签 ```html <div style="position: relative;"> <canvas id="canvas" width="80 阅读全文
posted @ 2021-11-02 10:10 影的记忆 阅读(130) 评论(0) 推荐(0) 编辑