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...

26,986 Responses

  1. Billyved表示:

    http://gabapentinneurontin.pro/# generic neurontin 300 mg

  2. MarvinRoave表示:

    buying amoxicillin in mexico amoxicillin 500 mg tablet amoxicillin 500 mg cost

  3. Henryfet表示:

    buy cheap amoxicillin: generic for amoxicillin – amoxicillin cost australia

  4. Richardorele表示:

    azithromycin zithromax: how to get zithromax – where can i buy zithromax uk

  5. Charleselila表示:

    prednisone 40 mg daily: fast shipping prednisone – prednisone 20mg capsule

  6. Billyved表示:

    http://gabapentinneurontin.pro/# discount neurontin

  7. MarvinRoave表示:

    purchase amoxicillin 500 mg where can i get amoxicillin 500 mg where to buy amoxicillin 500mg

  8. Henryfet表示:

    amoxicillin 825 mg: buy amoxicillin 500mg usa – generic amoxicillin online

  9. MarvinRoave表示:

    where to buy zithromax in canada zithromax for sale 500 mg zithromax online pharmacy canada

  10. Henryfet表示:

    cheap amoxicillin 500mg: amoxicillin 500mg over the counter – buying amoxicillin online

  11. Billyved表示:

    https://doxycyclinea.online/# doxycycline 200 mg

  12. Billyved表示:

    https://doxycyclinea.online/# doxycycline medication

  13. Billyved表示:

    http://gabapentinneurontin.pro/# neurontin 600 mg price

  14. MarvinRoave表示:

    purchase prednisone from india prednisone 10 mg coupon prednisone brand name in usa

  15. Henryfet表示:

    neurontin online pharmacy: neurontin from canada – neurontin prices generic

  16. Charleselila表示:

    neurontin sale: buy neurontin 300 mg – neurontin rx

  17. Richardorele表示:

    zithromax 500 without prescription: how to buy zithromax online – zithromax over the counter

  18. Billyved表示:

    https://doxycyclinea.online/# doxycycline order online

  19. MarvinRoave表示:

    zithromax 500 mg lowest price drugstore online zithromax for sale online zithromax over the counter canada

  20. Henryfet表示:

    amoxicillin without a doctors prescription: amoxicillin no prescipion – buy cheap amoxicillin

  21. Richardorele表示:

    buy doxycycline monohydrate: doxycycline hyc – doxycycline 50 mg

  22. MarvinRoave表示:

    neurontin 150mg neurontin rx neurontin 330 mg

  23. Henryfet表示:

    zithromax online australia: where can i buy zithromax in canada – zithromax 500 mg lowest price drugstore online

  24. MarvinRoave表示:

    neurontin 800 mg tablet cheap neurontin online neurontin generic brand

  25. Billyved表示:

    https://zithromaxa.store/# zithromax for sale 500 mg

  26. Henryfet表示:

    neurontin cost: neurontin prescription – neurontin 2018

  27. Billyved表示:

    https://amoxila.pro/# amoxicillin no prescipion

  28. Charleselila表示:

    zithromax without prescription: zithromax antibiotic without prescription – buy zithromax online with mastercard

  29. Charleselila表示:

    doxycycline tetracycline: doxycycline generic – doxycycline 100mg tablets

  30. Billyved表示:

    http://gabapentinneurontin.pro/# medicine neurontin 300 mg

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

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