首页 > 其他 > 详细

angular的ng-init指令

时间:2019-05-07 17:07:25      阅读:122      评论:0      收藏:0      [点我收藏+]
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <script src="https://cdn.staticfile.org/angular.js/1.4.6/angular.min.js"></script>
    </head>
    <body>
        <!-- <div ng-app="" ng-init="quantity=1;cost=5">
            <p>总价:{{quantity*cost}}</p>
        </div> -->
        <div ng-app="" ng-init="quantity=1;cost=5">
            <p>总价:<span ng-bind="quantity*cost"></span></p>
        </div>
    </body>
</html>

angular的ng-init指令

原文:https://www.cnblogs.com/lxystar/p/10826225.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!