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

  1. MarvinRoave表示:

    buy prednisone online no script prednisone 10mg tablet cost prednisone 1 mg daily

  2. Billyved表示:

    http://zithromaxa.store/# buy zithromax 1000mg online

  3. Billyved表示:

    http://amoxila.pro/# amoxicillin 250 mg

  4. Charleselila表示:

    buy amoxicillin canada: amoxicillin 775 mg – amoxicillin buy canada

  5. MarvinRoave表示:

    can i buy prednisone online without prescription prednisone cream rx prednisone 20mg price in india

  6. Henryfet表示:

    amoxicillin without rx: amoxicillin without prescription – amoxicillin 500mg capsules price

  7. Henryfet表示:

    5mg prednisone: prednisone 5 mg tablet without a prescription – no prescription online prednisone

  8. Henryfet表示:

    neurontin 500 mg tablet: neurontin capsules 100mg – neurontin price comparison

  9. MarvinRoave表示:

    amoxil generic amoxicillin 500 mg tablet price where can i get amoxicillin

  10. MarvinRoave表示:

    buy amoxicillin from canada amoxicillin from canada amoxicillin 500 mg online

  11. Billyved表示:

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

  12. MarvinRoave表示:

    neurontin 100mg capsule price neurontin prescription neurontin 3

  13. Billyved表示:

    http://doxycyclinea.online/# doxycycline hyc

  14. Charleselila表示:

    average cost of generic prednisone: prednisone price canada – prednisone tabs 20 mg

  15. Henryfet表示:

    amoxicillin price without insurance: buy amoxicillin – where can i buy amoxocillin

  16. Richardorele表示:

    generic zithromax online paypal: zithromax order online uk – zithromax 500 without prescription

  17. Henryfet表示:

    amoxicillin 500mg price in canada: amoxicillin 1000 mg capsule – amoxicillin online pharmacy

  18. Henryfet表示:

    buy zithromax online cheap: zithromax z-pak price without insurance – how to get zithromax online

  19. Richardorele表示:

    buy zithromax online: zithromax cost uk – zithromax prescription online

  20. Billyved表示:

    https://prednisoned.online/# prednisone 5mg price

  21. Billyved表示:

    http://doxycyclinea.online/# doxycycline 50 mg

  22. MarvinRoave表示:

    amoxicillin for sale online can i buy amoxicillin over the counter amoxicillin pharmacy price

  23. Charleselila表示:

    prednisone 10 mg price: prednisone for sale – prednisone 10 mg canada

  24. Henryfet表示:

    purchase neurontin canada: neurontin 800 mg capsules – neurontin coupon

  25. Charleselila表示:

    neurontin 600: neurontin tablets 100mg – drug neurontin 200 mg

  26. MarvinRoave表示:

    amoxicillin 500mg capsule cost generic amoxicillin online buy amoxicillin without prescription

  27. Richardorele表示:

    buy zithromax without prescription online: buy zithromax no prescription – zithromax drug

  28. Henryfet表示:

    prednisone in canada: buying prednisone mexico – prednisone online paypal

  29. MarvinRoave表示:

    buy cheap amoxicillin purchase amoxicillin online cost of amoxicillin prescription

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

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