这里是代码:
<!DOCTYPE>
<html>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<script src="http://code.jquery.com/jquery-1.10.2.min.js" type="text/javascript"></script>
<script>
$(document).ready(function(){
console.log('document.ready');
})
</script>
</head>
<body>
<embed type="application/x-shockwave-flash" src=""></embed>
</body>
</html>
无法在ie9中加载文档。 如果我在src中添加一些东西,它就可以了。