[请教]如何使用replaceAll()方法替换字符串中“'”为“\'”rt[解决办法]刚错了 System.out.println( "a 'bbbc 'dd 'ee ".replaceAll( " ' ", "\\\\ ' "));