Skip to content

Instantly share code, notes, and snippets.

@YanceyOfficial
Created March 19, 2019 10:05
Show Gist options
  • Save YanceyOfficial/8840291f589b55dbaca1f8d44707af41 to your computer and use it in GitHub Desktop.
Save YanceyOfficial/8840291f589b55dbaca1f8d44707af41 to your computer and use it in GitHub Desktop.
BOM一些好玩的东西
// 全屏/关闭全屏
document.documentElement.requestFullscreen.call(document.documentElement)
document.webkitCancelFullScreen.call(document)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment