C# 字符串替换

string str="123,123,123,";

        str=str.Replace(",","、");

        输出结果:   str="123、123、123、";

posted @ 2013-05-28 13:54  乡土的味道  阅读(203)  评论(0编辑  收藏  举报