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