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.
window.frames["the_iframe"].location.href =someurl; 在 IE 中有效,但在 FF 中无效。它将如何在 FF 或其他浏览器中工作。
提前致谢。
请帮忙
将名称参数添加到框架中,
name='the_iframe'
试试这个,希望它可以帮助你。
<?php echo file_get_contents ("http://www.google.com/"); ?>
但我只想获取 url 中标签的内容...怎么做...?我需要在标签之间回显内容....而不是整个页面