Java 正则去掉 html中注释 //content=content.replaceAll("<!--.*?-->", "");解决去除单行注释 content=content.replaceAll("<!--(.|\\s)*?-->", "");//解决去除多行注释