这适用于 Chrome 和 Firefox,但不适用于 IE8。我要进行哪些更改才能使其在 IE8 中运行?请将更改后的代码粘贴到您的答案中。谢谢!:)
<html ng-app>
<body>
<div>
{{ 3 + 2 }}
</div>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.0.1/angular.min.js"></script>
</body>
</html>