只要在页面<head></head>标签里加一句<meta http-equiv="X-UA-Compatible" content="IE=10" />问题完美解决:
content="IE=10" 可以修改为IE其他版本号
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10" />
</head>
</html>
只要在页面<head></head>标签里加一句<meta http-equiv="X-UA-Compatible" content="IE=10" />问题完美解决:
content="IE=10" 可以修改为IE其他版本号
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=10" />
</head>
</html>