hc.Values.Add(context.Request.QueryString["ShopGoodsInfoCode"].ToString(), HttpUtility.UrlEncode(context.Request.QueryString["ShopGoodsInfoCode"].ToString() + "|" + context.Request.QueryString["ShopGoodsName"].ToString() + "|" + (int.Parse(goods[2]) + 1).ToString() + "|" + context.Request.QueryString["Price"].ToString()));
读取cooies的时候 string[] gs = HttpUtility.UrlDecode(hc.Values[i].ToString()).Split('|');
为什么解析出来的是:只有本站会员才能查看附件,请 登录