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.
在这里看我的帖子
在这种情况下
value="IE=edge" 是什么意思?
value="IE=EmulateIE8" 是什么意思?
IE=edge只是告诉 IE 使用渲染引擎的最新版本。
IE=edge
它记录在这里,就像不太有用(在我看来)一样IE=EmulateIE8。
IE=EmulateIE8
IE=edge帮助您避免一些“兼容性”行为。它使 IE9 与其他现代引擎更兼容。
例如,请参阅此相关问题。我总是从我的 HTML 文件开始
<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" />