去掉字符串中的某个字符

用空字符代替:

String b = "abcabcabc";
b=b.replace("b","");

posted @ 2016-08-26 16:40  朱小勇  阅读(2867)  评论(0编辑  收藏  举报