要求:去掉字串中的所有html標籤。
同事提供的方法:
利用別人寫好的程式實現,引入第三方jar包:jericho-html-3.2.jar
工具類:
/**
* 去掉html標籤,得到純文字內容
* @param content 要處理的源,帶html標籤
* @return
*/public static string getplaintextwithouthtmltag(string content) else
}
測試:
public static void clearfieldchinamehtmltag()
測試結果:
一、主營業務收入
去除字串中的html標籤
將html標籤轉化為空 賈世義 待轉化的字串 經過轉化的字串 public static string getstringnohtml string strhtml else string newreg aryreg 0 string stroutput strhtml.replace for in...
過濾字串中的html標籤
c 中,我們有時需要過濾掉字串中的部分html標籤,以下是一些簡單的html標籤過濾方法,使用的主要方式是正規表示式 public static string clearhtml string html 去除a標籤 html regex.replace html,regexoptions.ignor...
去掉 NSString 中的html標籤
ida 該方法用於去除nsstring中的html標籤 brief 去掉字串nsstring中的html標籤 param html 要修改的nsstring param trim 是否要將nsstring 中開始的空白用 替換,yes會替換,no不會替換 return nsstring 去掉html...