List集合 值进行累加
//转换小数点 DecimalFormat xsTwo = new DecimalFormat("0.00"); //首先把值置为0 private Double shipping_fee = 0.0;//循环进行累加 for (int i = 0; i < store_cart_list.size(); i++) { shipping_fe...