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 src="http://www.google.com"></iframe>
结果<iframe>是空白。查看 Google Chrome 开发者控制台,我看到了错误
<iframe>
GET http://www.google.com/ undefined (undefined)
这个错误是什么意思?