我不明白此错误:
“目前,元素iframe上不允许使用属性iframe。 从第192行的第17列;到第192行,第373列”
如果您需要更多代码,请告诉我。
<div id="map"><iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2624.2216096807224!2d2.347636915674888!3d48.87305177928887!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47e66e145ccb3091%3A0x9495beee8c96ec27!2s25+Rue+d'Hauteville%2C+75010+Paris!5e0!3m2!1sfr!2sfr!4v1546423495666" width="600" height="750" iframe style="border:0" allowfullscreen></iframe>
答案 0 :(得分:0)
您有一个<iframe>
元素(标记),其中包含多个属性,其中一个是单词iframe
(... height="750" iframe style="border:0" ...
)。
验证者说属性iframe
无法识别-没有这样的属性defined in the standard,所以它不应该存在。