在cart类中单元测试的时候可以合并,使用servlet调用
if(cart.addGoodsInCart(item, Integer.parseInt(number))) { return true; }
以后,在cart.jsp页面显示的不能合并,这是什么问题?
不知道啊