为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

2 回答


public double calTotalPrice() {

double totalPrice = 0.0;

for(Entry<Items, Integer> en:goods.entrySet()) {

totalPrice = totalPrice + en.getKey().getPrice() * en.getValue();

}

this.setTotalPrice(totalPrice);

return totalPrice;

}


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

计算总价的方法不对吧

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信