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.
我为我的学校项目创建了一个 html 网页。我看到一件奇怪的事情发生了。在 IE 中查看的网页与在 Chrome 中查看的网页不同。该网页在 IE 中查看时与在 Chrome 中查看时不同。我还没有尝试过火狐。请帮帮我。
您的网页是否包含<!DOCTYPE>? 这是 IE 和其他浏览器之间主要差异的第一大可能原因。
<!DOCTYPE>
网页使用的一些 CSS 样式非常特定于浏览器。您尝试查看的网页可能有这些,因此在不同的浏览器中显示不同。
那么只需尝试在更高级的网络浏览器上使用您的网页。我希望喜欢 chrome ,