当前位置:网站首页>Click the screen with your finger to simulate F11 and enter the full screen
Click the screen with your finger to simulate F11 and enter the full screen
2022-07-01 09:19:00 【What about your long love~】
window.onclick = document.onclick = function (e) {
fullScreen();
}
function fullScreen() {
var el = document.documentElement;
var rfs = el.requestFullScreen || el.webkitRequestFullScreen ||
el.mozRequestFullScreen || el.msRequestFullScreen;
if (typeof rfs != "undefined" && rfs) {
rfs.call(el);
} else if (typeof window.ActiveXObject != "undefined") {
//for IE, This is actually a simulation of pressing the keyboard F11, Make the browser full screen
var wscript = new ActiveXObject("WScript.Shell");
if (wscript != null) {
wscript.SendKeys("{F11}");
}
}
}
html You don't need to write anything , Use only this paragraph js That's all right.
边栏推荐
- 队列的实现和应用
- An overview of the design of royalties and service fees of mainstream NFT market platforms
- 树结构---二叉树1
- R language observation log (part24) -- initialization settings
- How to manage fixed assets efficiently in one stop?
- 【pytorch学习】torch.device
- OSPF - virtual link details (including configuration commands)
- 【pytorch】transforms.Normalize((0.5, 0.5, 0.5), (0.5, 0.5, 0.5))
- In the middle of the year, where should fixed asset management go?
- Vsync+ triple cache mechanism +choreographer
猜你喜欢

2.3 【kaggle数据集 - dog breed 举例】数据预处理、重写Dataset、DataLoader读取数据

nacos簡易實現負載均衡

How to solve the problem of fixed assets management and inventory?

Microcomputer principle - bus and its formation

MapReduce编程基础

Vsync+ triple cache mechanism +choreographer

Structure de l'arbre - - - arbre binaire 2 traversée non récursive

计网01-物理层

dsPIC30F6014a LCD 方块显示
![[pytorch] 2.4 convolution function nn conv2d](/img/eb/382a00af5f88d5954f10ea76343d6e.png)
[pytorch] 2.4 convolution function nn conv2d
随机推荐
js this丢失问题分析 及 解决方案
[ESP nanny level tutorial] crazy completion chapter - Case: chemical environment system detection based on Alibaba cloud and Arduino, supporting nail robot alarm
nacos服务配置和持久化配置
nacos簡易實現負載均衡
【检测技术课案】简易数显电子秤的设计与制作
MySQL optimization
Reproduced Xray - cve-2017-7921 (unauthorized access by Hikvision)
2.3 【kaggle数据集 - dog breed 举例】数据预处理、重写Dataset、DataLoader读取数据
【pytorch】nn. Crossentropyloss() and nn NLLLoss()
An overview of the design of royalties and service fees of mainstream NFT market platforms
NiO zero copy
[pytorch learning] torch device
How to manage fixed assets well? Easy to point and move to provide intelligent solutions
【pytorch】nn.AdaptiveMaxPool2d
Shell script case in and regular expressions
Flink interview questions
【ESP 保姆级教程】疯狂毕设篇 —— 案例:基于阿里云和Arduino的化学环境系统检测,支持钉钉机器人告警
Redis -- lattice connects to redis cluster
js作用域链与闭包
Is it safe to dig up money and make new shares