<!DOCTYPE html>
<html ng-app>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JS Bin</title>
</head>
<body>
單價:<input type="text" ng-model="price" ng-init="price = 10"/>

<br>

數量:<input type="text" ng-model="pqrt" ng-init="pqrt = 2"/>

<br>

總價:{{ price * pqrt | currency }}

</body>
</html>

創作者介紹
創作者 隨手筆記 的頭像
芭樂養樂多

隨手筆記

芭樂養樂多 發表在 痞客邦 留言(0) 人氣( 57 )