会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
执笔小白
新随笔
订阅
管理
2021年8月14日
js全屏与退出全屏
摘要: function Fullscreen() { var elem = document.documentElement; // 判断浏览器设备类型 if (elem.webkitRequestFullScreen) { // 兼容谷歌 elem.webkitRequestFullScreen();
阅读全文
posted @ 2021-08-14 09:54 ꧁执笔小白꧂
阅读(107)
评论(0)
推荐(0)
公告