Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我阅读了很多关于该主题的帖子,但没有找到具体答案:是否可以在互联网浏览器上触发 F11 或以某种方式使浏览器进入全屏模式?有很多解决方法,但没有一个是真正的全屏。谢谢
因为您没有指定操作系统(并且如果嵌入了网络浏览器),我只能给您这个答案。
您可以使用 sendkeys“接口”发送一个键,它模拟按键,例如“F11”。
更多信息:谷歌发送键
也许这个答案可以引导你走向正确的方向。