JSON类型数据转换为对象,并排除指定的属性.JAVA将购物车数据写入到cookie中
public void addCart(HttpServletRequest request, HttpServletResponse response, Long skuId, Integer quantity) {
//获取所有cookies
Cookie[] cookies = request.getCookies(); //获取配置文件中的购物车
原创
2017-10-23 13:46:07 ·
495 阅读 ·
0 评论