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

13,554 Responses

  1. Trenttat表示:

    http://stromectol1st.shop/# minocycline brand name
    erectile dysfunction natural remedies

  2. Richardevics表示:

    п»їpaxlovid best price on pills paxlovid pill

  3. Travismut表示:

    buy Clopidogrel over the counter: plavix price – п»їplavix generic

  4. Richardevics表示:

    buy paxlovid online shop paxlovid covid

  5. Trenttat表示:

    http://stromectol1st.shop/# how much is ivermectin
    otc ed pills

  6. Arthurfrunc表示:

    http://stromectol1st.shop/# ivermectin 250ml
    reputable indian online pharmacy

  7. What Is The Reason Why Diagnosis ADHD Are So Helpful During COVID-19
    Add Diagnostic criteria Adults

  8. Richardevics表示:

    rybelsus.icu order Rybelsus more

  9. Charleszed表示:

    Paxlovid over the counter: paxlovid shop – paxlovid price

  10. Trenttat表示:

    https://stromectol1st.shop/# minocycline antibiotic
    pills erectile dysfunction

  11. tubidy mp3表示:

    I’m extremely pleased to discover this site. I want to to thank you for ones time for this particularly fantastic read!! I definitely really liked every little bit of it and i also have you saved as a favorite to see new things on your web site.

  12. Travismut表示:

    buy minocycline 100mg otc: buy online – cost for ivermectin 3mg

  13. Charleszed表示:

    ivermectin purchase: stromectol 1st shop – minocycline 100 mg online

  14. Richardevics表示:

    plavix best price Plavix 75 mg price buy clopidogrel bisulfate

  15. Travismut表示:

    stromectol xr: cheapest stromectol – ivermectin pill cost

  16. Richardevics表示:

    paxlovid covid paxlovid price paxlovid for sale

  17. What Is Folding Treadmill Incline And Why Is Everyone Speakin’ About It?
    Treadmills that fold Up (glamorouslengths.com)

  18. Trenttat表示:

    http://paxlovid1st.shop/# paxlovid for sale
    natural treatments for ed

  19. The Next Big Thing In Pram 2 In 1 2 In 1 Pushchair Pram

  20. Сервисный центр предлагает выездной ремонт моноколес rockwheel ремонт моноколес rockwheel на дому

  21. Travismut表示:

    buy rybelsus: cheaper – Semaglutide pharmacy price

  22. Arthurfrunc表示:

    http://stromectol1st.shop/# what is minocycline used for
    mail order pharmacy india

  23. Richardevics表示:

    Plavix generic price here clopidogrel bisulfate 75 mg

  24. Charleszed表示:

    stromectol order: stromectol shop – minocycline 50 mg without a doctor

發佈留言

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