首页 > 代码库 > <meta>指定浏览器模式(browser mode)或文档模式(document mode)无效

<meta>指定浏览器模式(browser mode)或文档模式(document mode)无效

<!DOCTYPE html><html>  <head>    <title>My Web</title>    <meta http-equiv="X-UA-Compatible" content="IE=8" >    ...




红色的代码必须在 <title>标签的后面, 后者会引起 设置无效!!!

<meta>指定浏览器模式(browser mode)或文档模式(document mode)无效