需求 点击全屏按钮,让页面iframe全屏展示 点击退出全屏按钮,让页面iframe退出全屏 代码实现 HTML代码实现 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> * {margin: 0;padding: 0;} .content-parent {width: 800px;height: 600px;margin: 0 auto;background-color: aq.... 有更新! 简单实现 iframe 全屏显示 前端