摘要:
private void ShopCar(int id,string name,double price,int numble,int tag) //tag等于1为增加商品,0为减 { System.Data.DataTable dt; if(HttpContext.Current.Session["shop_car"]==null) { dt=new DataTable... 阅读全文
posted @ 2005-08-07 14:31
.net技術
阅读(496)
评论(1)
推荐(0)
浙公网安备 33010602011771号