Java + JS去除網頁HTML標籤

同樣是工作上用到,在前(Javascript)、後端(Java、JSP)同樣都有的一個需求,就是必須將讀入的字串去除HTML Tag,以下是兩個範例:

var HTML = "";
HTML+= "<p>HTML P Tag String</p>";
HTML+= "<p><a href='/test/link.html'>HTML A Tag String</a></p>";

var htmlTagPattern = /<{1}[^>]{1,}>{1}/g; //HTML Tag Pattern
var htmlSplit = HTML.replace(htmlTagPattern, ""); //移除HTML Tag

console.log("htmlSplit : " , htmlSplit); //輸出htmlSplit :  HTML P Tag StringHTML A Tag String
package CDIT.stanley;
public class trimHTML {
	public static void main(String[] args) {
		String HTML = "";
		HTML+= "<p>HTML P Tag String</p>";
		HTML+= "<p><a href='/test/link.html'>HTML A Tag String</a></p>";
		
		String htmlTagPattern = "<{1}[^>]{1,}>{1}"; //HTML Tag Pattern		
		String htmlSplit = HTML.replaceAll(htmlTagPattern, ""); //移除HTML Tag
		
		System.out.println("htmlSplit : " + htmlSplit); //輸出htmlSplit : HTML P Tag StringHTML A Tag String
	}
}

You may also like...

25,796 Responses

  1. Michaelscoob表示:

    can i purchase cheap clomid no prescription: Clom Fast Pharm – cost cheap clomid price

  2. Danieldrymn表示:

    zestoretic 5 mg: lisinopril 40 mg no prescription – Lisin Express

  3. LanceFen表示:

    amoxicillin buy canada: AmOnlinePharm – buy amoxicillin over the counter uk

  4. Richardaudit表示:

    https://zithpharmonline.shop/# zithromax 250

  5. Richardaudit表示:

    https://amonlinepharm.shop/# AmOnlinePharm

  6. Michaelscoob表示:

    amoxicillin 500mg capsule buy online: can you buy amoxicillin over the counter in canada – AmOnlinePharm

  7. Danieldrymn表示:

    prednisone 80 mg daily: prednisone for sale in canada – prednisone canada prescription

  8. BrianTom表示:

    ZithPharmOnline ZithPharmOnline ZithPharmOnline

  9. Danieldrymn表示:

    how can i get clomid prices: Clom Fast Pharm – Clom Fast Pharm

  10. LanceFen表示:

    where to get amoxicillin over the counter: buy cheap amoxicillin – amoxicillin 500 coupon

  11. BrianTom表示:

    purchase prednisone 10mg Pred Pharm Net prednisone brand name in usa

  12. Danieldrymn表示:

    how to get amoxicillin: purchase amoxicillin online – can i buy amoxicillin online

  13. Richardaudit表示:

    http://clomfastpharm.com/# Clom Fast Pharm

  14. Michaelscoob表示:

    lisinopril 4214: buy lisinopril canada – lisinopril 40 mg tablet price

  15. Michaelscoob表示:

    Pred Pharm Net: Pred Pharm Net – Pred Pharm Net

  16. LanceFen表示:

    Pred Pharm Net: prednisone for cheap – Pred Pharm Net

  17. Danieldrymn表示:

    Lisin Express: Lisin Express – Lisin Express

  18. Richardaudit表示:

    http://lisinexpress.com/# lisinopril 20 mg uk

  19. Michaelscoob表示:

    Pred Pharm Net: prednisone 50 mg prices – Pred Pharm Net

  20. BrianTom表示:

    antibiotic amoxicillin AmOnlinePharm how to buy amoxicillin online

  21. Richardaudit表示:

    http://clomfastpharm.com/# get generic clomid without prescription

  22. LanceFen表示:

    ZithPharmOnline: buy zithromax online australia – ZithPharmOnline

  23. LanceFen表示:

    lisinopril 250mg: Lisin Express – Lisin Express

  24. Michaelscoob表示:

    Pred Pharm Net: where can i buy prednisone without prescription – prednisone 10mg tabs

  25. Richardaudit表示:

    http://zithpharmonline.com/# zithromax cost australia

  26. Richardaudit表示:

    http://lisinexpress.com/# Lisin Express

  27. LanceFen表示:

    Clom Fast Pharm: can i get cheap clomid pills – buying generic clomid

  28. Danieldrymn表示:

    AmOnlinePharm: amoxicillin discount coupon – amoxicillin buy online canada

  29. Michaelscoob表示:

    ZithPharmOnline: ZithPharmOnline – ZithPharmOnline

  30. Michaelscoob表示:

    amoxicillin brand name: amoxicillin 500mg price canada – AmOnlinePharm

發佈回覆給「Michaelscoob」的留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。