**window.location.href、location.href 是本页面跳转 parent.location.href 是上一层页面跳转 top.location.href 是最外层的页面跳转
**

- Docker14
- 安装教程8
- Windows8
- Spring Boot8
- MySQL5
- .NET4
- ECS4
- Java SE4
- Data Structures and Algorithms4
- Jakarta EE3
- FE3
- 未分类2
- Oracle2
- Git2
- 并发编程2
- Spring MVC2
- Linux2
- Spring Cloud1
- Spring Data1
- regex1
html、css 代码:
<div style="text-align:center;margin-top:100px;">
<input type="text" id="txt" style="width: 300px;" placeholder="输入任意字符">
<button id="btn">确认</button>
</div>
HTML 主要代码
<div name="div1" id="div1"></div>