java去除字符串中的html标签
解决方法:
//去除字符串中的html标签
String newstr ="<span>你好</span>".replaceAll("<[.[^>]]*>","");
newstr = newstr.replaceAll(" ", "");
结果:你好
有建议,请留言!
*您的姓名:
*所在城市:
*您的联系电话:
*您的QQ:
咨询问题: