例如:
String content ="<center>世界之大!!</center><h1>什么鸟都有!!</h1>";
content = content.replaceAll("<.*?>", "");
system.out.println(content);