String test = "<div>测试</div>"; test = test.replaceAll("</?[^>]+>", ""); test = test.replaceAll("<a>\\s*|\t|\r|\n</a>", ""); return test;
String test = "<div>测试</div>"; test = test.replaceAll("</?[^>]+>", ""); test = test.replaceAll("<a>\\s*|\t|\r|\n</a>", ""); return test;