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

  1. Stevenjaw表示:

    https://gabapentin.auction/# neurontin buy online
    generic zithromax 500mg india

  2. Matthewweind表示:

    minocycline 100mg tablets: stromectol price – ivermectin 1

  3. Matthewweind表示:

    minocycline 50mg tabs: ivermectin 8 mg – ivermectin 6

  4. NicolasLoole表示:

    http://semaglutide.win/# Buy semaglutide pills

  5. Michaelgax表示:

    buy zithromax canada zithromax best price zithromax for sale cheap

  6. NicolasLoole表示:

    https://semaglutide.win/# Rybelsus 14 mg

  7. telegra.Ph表示:

    How To Beat Your Boss On Electric Fireplace Mantels electric firesuite; telegra.Ph,

  8. Профессиональный сервисный центр по ремонту моноблоков iMac в Москве.
    Мы предлагаем: срочный ремонт аймака
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  9. Stevenjaw表示:

    https://gabapentin.auction/# neurontin cap 300mg price
    how much is zithromax 250 mg

  10. NicolasLoole表示:

    https://gabapentin.auction/# neurontin pfizer

  11. Michaelgax表示:

    ivermectin purchase stromectol for sale stromectol pill for humans

  12. Michaelgax表示:

    zithromax buy order zithromax zithromax pill

  13. SamuelCic表示:

    https://semaglutide.win/# Semaglutide pharmacy price

  14. NicolasLoole表示:

    https://gabapentin.auction/# neurontin price comparison

  15. Matthewweind表示:

    Buy semaglutide pills: Buy compounded semaglutide online – order Rybelsus for weight loss

  16. Stevenjaw表示:

    https://stromectol.agency/# minocycline 100
    can i buy zithromax online

  17. Bunk Beds表示:

    20 Up-And-Comers To Follow In The Best Bunk Industry Bunk Beds

  18. NicolasLoole表示:

    http://gabapentin.auction/# purchase neurontin

  19. Stevenjaw表示:

    http://zithromax.company/# zithromax buy
    where to get zithromax over the counter

  20. Matthewweind表示:

    rybelsus price: Rybelsus 14 mg price – Buy compounded semaglutide online

  21. Matthewweind表示:

    can i buy zithromax over the counter: generic zithromax – zithromax for sale us

  22. Michaelgax表示:

    can you buy amoxicillin over the counter canada Amoxicillin For sale buy amoxicillin online mexico

  23. 10 Sites To Help You To Become A Proficient In How To Get ADHD Diagnosis diagnosis of adult adhd

  24. SamuelCic表示:

    https://semaglutide.win/# Buy semaglutide pills

  25. NicolasLoole表示:

    https://zithromax.company/# zithromax online usa

  26. The 10 Most Terrifying Things About Bandar Togel Terpercaya
    bandar togel Terpercaya

  27. Stevenjaw表示:

    http://amoxil.llc/# amoxicillin where to get
    how to buy zithromax online

  28. Michaelgax表示:

    can i buy amoxicillin online Amoxicillin For sale purchase amoxicillin 500 mg

發佈留言

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