Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想问一下如何刷新 iframe 中的特定 php 脚本。我不想刷新整个 iframe,因为它会跳转到 iframe src,但我想刷新我当前正在使用的脚本以查看我应用的更改。每次我尝试重新加载 iframe 时,它总是跳转到 iframe src。我怎样才能做到这一点?谢谢!
iFrame 只是一个添加其他页面的窗口。尝试在您要刷新的页面中添加此内容
<meta http-equiv="refresh" content="0;URL=**linkToRefresh.php**" />
在此示例中,您需要在文件linkToRefresh.php中的代码底部添加该行