如何实现HTML5全屏模式Full Screen APIfullscreen API 接口属性1:fullscreenElement 该属性返回当前处于全屏模式的DOM元素。属性2:fullscreenEnabled 该属性返回当前 document 是否进入了可以请求全屏模式的状态。方法1:r2023-02-27html-css170