<html>
<script src="https://cdn.staticfile.net/angular.js/1.6.9/angular.min.js"></script>
<body>
<p>点击下面的两个链接:</p>
<a href="">点击我!</a>
<div ng-app="">
<a href="">也点击我!</a>
</div>
<p><strong>注意:</strong>第二个链接位于 AngularJS 应用程序内,因此不会重新加载页面。</p>
</body>
</html>