fmpq.com
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <script src="http://www.fmpq.com/jscss/jquery/1.4.6/angular.min.js"></script> </head> <body ng-app=""> <div ng-init="myVar = 'http://www.fmpq.com'"> <h1>Fmpq教程</h1> <p>访问 <a ng-href="{{myVar}}">{{myVar}}</a> 学习!</p> </div> <p>该实例可以使用了原生的 href 属性,但在 AngularJS 中, ng-href 属性更安全。</p> </body> </html>
运行结果