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

  1. Michaelscoob表示:

    Lisin Express: Lisin Express – lisinopril 80mg tablet

  2. Danieldrymn表示:

    cost of cheap clomid tablets: Clom Fast Pharm – cost of clomid online

  3. CalvinAbofs表示:

    заказать суши барнаул с доставкой заказать суши

  4. LanceFen表示:

    buy cheap clomid prices: Clom Fast Pharm – Clom Fast Pharm

  5. BrianTom表示:

    AmOnlinePharm can i buy amoxicillin over the counter AmOnlinePharm

  6. Richardaudit表示:

    http://lisinexpress.com/# Lisin Express

  7. Richardaudit表示:

    http://clomfastpharm.com/# cheap clomid online

  8. LanceFen表示:

    amoxicillin 30 capsules price: 875 mg amoxicillin cost – AmOnlinePharm

  9. Danieldrymn表示:

    generic amoxicillin online: AmOnlinePharm – amoxicillin 250 mg price in india

  10. Michaelscoob表示:

    ZithPharmOnline: average cost of generic zithromax – ZithPharmOnline

  11. Danieldrymn表示:

    ZithPharmOnline: ZithPharmOnline – ZithPharmOnline

  12. LanceFen表示:

    can i get generic clomid prices: Clom Fast Pharm – can i buy clomid no prescription

  13. Danieldrymn表示:

    zithromax z-pak price without insurance: ZithPharmOnline – zithromax cost

  14. Richardaudit表示:

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

  15. Michaelscoob表示:

    AmOnlinePharm: AmOnlinePharm – AmOnlinePharm

  16. Michaelscoob表示:

    can you buy clomid: where can i buy generic clomid without dr prescription – where can i get clomid now

  17. Danieldrymn表示:

    Lisin Express: prinivil coupon – lisinopril 5 mg tablet cost

  18. BrianTom表示:

    prednisone 2 mg prednisone without rx Pred Pharm Net

  19. LanceFen表示:

    prednisone pill 10 mg: prednisone 1 mg daily – prednisone medicine

  20. LanceFen表示:

    AmOnlinePharm: amoxicillin online no prescription – amoxicillin 1000 mg capsule

  21. Richardaudit表示:

    https://predpharmnet.com/# order prednisone online canada

  22. Richardaudit表示:

    https://zithpharmonline.com/# ZithPharmOnline

  23. Michaelscoob表示:

    can you get generic clomid without dr prescription: can you buy generic clomid – Clom Fast Pharm

  24. Michaelscoob表示:

    Clom Fast Pharm: cost of generic clomid pills – can you get clomid without a prescription

  25. BrianTom表示:

    generic clomid without a prescription Clom Fast Pharm Clom Fast Pharm

  26. Danieldrymn表示:

    amoxicillin 500mg buy online uk: AmOnlinePharm – cost of amoxicillin 875 mg

  27. LanceFen表示:

    Clom Fast Pharm: where to buy generic clomid pill – Clom Fast Pharm

  28. Michaelscoob表示:

    lisinopril hct: lisinopril tabs 88mg – lisinopril 20 mg mexico

  29. Richardaudit表示:

    http://amonlinepharm.com/# amoxicillin generic

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

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