private String stripTags(final String pHTMLString) { return pHTMLString.replaceAll("\\<.*?>",""); } //源代码片段来自云代码http://yuncode.net