一个字符替换问题我想把字符串中的 <span********> 里面的 替换成空格,大家帮帮忙啊.[解决办法]String str = " <span********> "; str.replaceAll( " ", " ");