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.
看快照,你就会明白我的意思。
您应该使用浏览器的代码检查(通常是CTRL+ U)在页面上找到 iframe,然后使用 jQuery(因为它方便)将其删除。所以你应该在你的页面中添加一个这样的脚本:$(function() { $('#pubPath').remove(); });或者切换到另一个网站。
CTRL
U
$(function() { $('#pubPath').remove(); });