编辑下面的代码:
【加编码】
查看效果 »
<html> <body> <div ng-app="" ng-init="quantity=1;cost=5"> <p>总价: {{ quantity * cost }}</p> </div> <script src="https://libs.baidu.com/angular.js/1.2.5/angular.min.js"></script> </body> </html>
结果:
【此窗口】
帮助?