if (action.equals("show")) // 如果是显示购物车
{
showCart(request, response);
}
回去看看代码 如果你是初次接触 可以先复习一下Javase