价格计算器
<div data-ng-app="" data-ng-init="quantity =1; price=5">
数量:<"input type= "text" ng-model="quantity">
价格:<"input type= "text" ng-model="price">
总价:{{quantity * price}}
</div>
价格计算器
<div data-ng-app="" data-ng-init="quantity =1; price=5">
数量:<"input type= "text" ng-model="quantity">
价格:<"input type= "text" ng-model="price">
总价:{{quantity * price}}
</div>
本文标题:AngularJs控制器实例2
本文链接:https://www.haomeiwen.com/subject/divgsttx.html
网友评论