去除末尾字符

if (no.EndsWith(","))
            {
                no = no.Substring(0, no.Length - 1);
            }

posted on 2011-08-19 13:37  EveryMan  阅读(204)  评论(0编辑  收藏  举报

导航