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.
第 30 行,第 57 列:没有属性“DATA-FLEXMENU” … href="about.php" class="mainlink" data-flexmenu="flexmenu1">About Us</a></div>
第 30 行,第 57 列:没有属性“DATA-FLEXMENU”
… href="about.php" class="mainlink" data-flexmenu="flexmenu1">About Us</a></div>
问题是您使用的当前文档类型不支持 data-flexmenu 属性。
您应该从 href 中取出 data-flexmenu 属性,切换到 HTML5 文档类型(它支持 data 属性),或者只是忍受错误。