46 Star 1 Fork 1

徐冠雄 / 54_bigThing_zuoye

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
demo.html 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
xgx 提交于 2022-12-12 19:00 . 修改用户信息,更新密码完成
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
.box {
width: 800px;
height: 800px;
}
iframe {
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="box">
<!-- iframe可以展示别的页面 -->
<iframe src="http://www.taobao.com" frameborder="0"></iframe>
</div>
<script>
// 能操作淘宝的DOM? 不能操作iframe内部的DOM
// 在iframe里面可以操作外部的DOM
// let a = 1
// function fn() {
// let b = 2
// console.log(a);
// }
// console.log(b);
</script>
</body>
</html>
1
https://gitee.com/heimaxgx/54_big-thing_zuoye.git
git@gitee.com:heimaxgx/54_big-thing_zuoye.git
heimaxgx
54_big-thing_zuoye
54_bigThing_zuoye
master

搜索帮助