案例:AngularJS案例     状态:可编辑再运行    进入横版
x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<script src="/js/angular.js1.4.6/angular.min.js"></script>
6
</head>
7
<body ng-app="" ng-csp>
8
9
<div>
10
11
<p>我的第一个表达式: {{ 5 + 5 }}</p>
12
13
</div>
14
15
<p>使用 ng-csp 指令, 你可以修改 AngularJS 执行代码的方式。</p>
16
17
<p>AngularJS 的执行方式提高了 30% 的性能</p>
18
19
</body>
20
</html>
21

 运行结果 
 北美留学生论坛