object objValue = session["value"];
        int value = objValue == null ? 0 : (int)objValue;
posted on 2009-02-23 02:21  阿C's  阅读(134)  评论(0)    收藏  举报