iframe 标签 src 属性拼写错误导致页面出错 - 解决方案
"代码中的错误是在 iframe 元素的 src 属性中,将 "hmtl" 拼写错误为 "html"。正确的代码应该是:\n\n<iframe name="my-iframe" src="index.html" frameborder="0" style="width:100%; height:100%;"\n\n"
原文地址: https://www.cveoy.top/t/topic/p5pl 著作权归作者所有。请勿转载和采集!