标签: html object xhtml cross-site
如何使用<object>标记加载其他网站的内容? 与<object type="text/html" data="google.com"></object>
<object>
<object type="text/html" data="google.com"></object>
答案 0 :(得分:1)
我自己找到了解决方案:)诀窍是使用http://www.google.com而不仅仅是google.com。因此,代码将是:<object type="text/html" data="http://www.google.com"></object>
http://www.google.com
google.com
<object type="text/html" data="http://www.google.com"></object>