我试图实现一个产品购物车,以下是我的代码$i=0; $product=AllinOne::ProductDetails($cart[0])$i,//here is the problem,$i takes the //last vaule
'data'=>array('index'=>$i,'qty'=>'js:this.value'),/
我有一个很大的表格,里面有很多行(50-200)和列(30)。所以我总共至少有1500个细胞。我想知道下面哪个指令更快,为什么?//assuming we have some predefined variablevar allCells = table.find('td');selectedCells = table.find('td.selected');