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,793 Responses

  1. BrianTom表示:

    ZithPharmOnline ZithPharmOnline where to buy zithromax in canada

  2. Danieldrymn表示:

    AmOnlinePharm: amoxicillin 775 mg – amoxicillin 500mg without prescription

  3. Richardaudit表示:

    http://amonlinepharm.com/# AmOnlinePharm

  4. Danieldrymn表示:

    amoxicillin 500 mg purchase without prescription: AmOnlinePharm – buy amoxicillin online with paypal

  5. Richardaudit表示:

    https://clomfastpharm.shop/# Clom Fast Pharm

  6. LanceFen表示:

    Pred Pharm Net: prednisone buying – prednisone 1mg purchase

  7. Michaelscoob表示:

    Clom Fast Pharm: cheap clomid without dr prescription – how can i get cheap clomid without insurance

  8. Danieldrymn表示:

    2 lisinopril: Lisin Express – buy lisinopril online uk

  9. BrianTom表示:

    buy zithromax 500mg online ZithPharmOnline ZithPharmOnline

  10. LanceFen表示:

    buy clomid: Clom Fast Pharm – can i get generic clomid pills

  11. Richardaudit表示:

    https://amonlinepharm.shop/# AmOnlinePharm

  12. Richardaudit表示:

    https://clomfastpharm.shop/# Clom Fast Pharm

  13. LanceFen表示:

    can you buy generic clomid without a prescription: cost clomid price – can i order generic clomid tablets

  14. Michaelscoob表示:

    AmOnlinePharm: amoxil pharmacy – amoxicillin 500mg without prescription

  15. Michaelscoob表示:

    lisinopril 10 mg prices: Lisin Express – Lisin Express

  16. Danieldrymn表示:

    Lisin Express: price of lisinopril 20 mg – Lisin Express

  17. LanceFen表示:

    prednisone pak: can you buy prednisone online uk – Pred Pharm Net

  18. BrianTom表示:

    lisinopril in usa price for 5 mg lisinopril lisinopril price in canada

  19. Richardaudit表示:

    http://zithpharmonline.com/# ZithPharmOnline

  20. Richardaudit表示:

    https://amonlinepharm.shop/# where can i get amoxicillin 500 mg

  21. Danieldrymn表示:

    amoxicillin 500 capsule: amoxicillin brand name – amoxicillin generic

  22. Michaelscoob表示:

    ZithPharmOnline: ZithPharmOnline – ZithPharmOnline

  23. LanceFen表示:

    Lisin Express: Lisin Express – Lisin Express

  24. Danieldrymn表示:

    ZithPharmOnline: ZithPharmOnline – ZithPharmOnline

  25. BrianTom表示:

    buy prednisone 50 mg Pred Pharm Net Pred Pharm Net

  26. Richardaudit表示:

    https://amonlinepharm.shop/# amoxicillin for sale online

  27. Michaelscoob表示:

    where buy clomid no prescription: can you buy generic clomid without prescription – can i order generic clomid pill

  28. Michaelscoob表示:

    lisinopril in mexico: Lisin Express – lisinopril price in india

  29. Danieldrymn表示:

    Pred Pharm Net: generic prednisone tablets – Pred Pharm Net

  30. LanceFen表示:

    amoxicillin 500mg buy online uk: amoxicillin 500mg buy online uk – AmOnlinePharm

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

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