这里的代码:
<!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 添加一些东西,它会起作用。