摘要:
C#.NET判断某个Session存在与否for(int i=0;i<Session.Count;i++)//判断Session["NO"]是否存在{if(Session.Keys.Get(i).CompareTo("NO")==0)strNO=Session["NO"].ToString();}不知道有没有别的方法。原来可以用Session["NO"]==null来判断地说。多谢~~~~ ... 阅读全文
posted @ 2008-10-17 05:23
皇上爱累了
阅读(2563)
评论(0)
推荐(0)
浙公网安备 33010602011771号