lang="en">
charset="utf-8">
titletitle>
th,td
table
/*可以給數量的輸入框設定寬高*/
.inputlen
style>
src="angular-1.5.5/angular.min.js">
script>
/*宣告模組*/
/*為模組新增控制器*/
($scope) ,,]
/*清空購物車*/
$scope.qk=function
() /*+*/
$scope.jia=function
(index)
/*-*/
$scope.jian=function
(index)
}/*確認刪除的方法,注意傳值*/
$scope.del=function
(index)
}/*全選*/
$scope.checkall=function
() }
else }}
/*反選*/
var n=0;
$scope.fx=function
(index) else
if(n==$scope.items.length)else }})
script>
head>
ng-controller="myctrl">
我的購物車h1>
ng-click="qk()">清空購物車button>
type="checkbox"
ng-click="checkall()"
ng-model="check1">
th>
商品名th>
單價th>
數量th>
小計th>
操作th>
tr>
ng-repeat="item in items">
type="checkbox"
ng-model="item.done"
ng-click="fx($index)">
th>
}th>
}th>
ng-click="jia($index)">+span>
type="text"
ng-model="item.count"
class="inputlen">
ng-click="jian($index)">-span>
th>
}th>
ng-click="del($index)">刪除button>
th>
tr>
table>
body>
html>
JS 加減數字(保留位數,絕對精度)
加法運算,避免資料相加小數點後產生多位數和計算精度損失。param num1加數1 num2加數2 減法運算,避免資料相減小數點後產生多位數和計算精度損失。param num1被減數 num2減數 function computermath num1,num2,type catch e try ca...
mysql減數命令 js精確加減乘除
加法函式 function accadd arg1,arg2 var r1,r2,m try r1 arg1.tostring split 1 length catch e r1 0 try r2 arg2.tostring split 1 length catch e r2 0 m math.po...
指標加減運算 void 的加減
大家都知道對於一般的指標,比如int 等,其加減運算是以元素的大小為單位的。unsigned int s unsigned int 0x1234 cout s 1 endl cout s 1 endl 其結果分別是 0x1238,0x1230 分別加減了乙個unsigned int的大小,也就是4個...