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

  1. Matthewweind表示:

    ivermectin pills: stromectol price – minocycline 100mg over the counter

  2. Michaelgax表示:

    neurontin 300 600 mg neurontin generic drug neurontin 200 mg

  3. Drusilla表示:

    New And Innovative Concepts Happening With Bandar Toto situs toto (Drusilla)

  4. How Auto Folding 4 Wheel Mobility Scooter Was The Most Talked About Trend Of
    2023 automatic Folding Scooter

  5. Stevenjaw表示:

    https://zithromax.company/# how much is zithromax 250 mg
    zithromax tablets for sale

  6. Michaelgax表示:

    ivermectin malaria stromectol best price ivermectin generic cream

  7. Michaelgax表示:

    Rybelsus 7mg Rybelsus 14 mg price Semaglutide pharmacy price

  8. fakenews.win表示:

    The 10 Worst Upvc Door Panel Replacement Fails Of All Time Could Have Been Prevented replace glass panel in upvc door (fakenews.win)

  9. Matthewweind表示:

    buy amoxicillin over the counter uk: cheapest amoxil – prescription for amoxicillin

  10. NicolasLoole表示:

    https://stromectol.agency/# stromectol pill

  11. Stevenjaw表示:

    http://gabapentin.auction/# neurontin online
    generic zithromax over the counter

  12. Matthewweind表示:

    zithromax 500mg: generic zithromax – zithromax capsules

  13. Matthewweind表示:

    zithromax online no prescription: zithromax for sale – zithromax 500 mg lowest price pharmacy online

  14. You’ll Never Guess This Composite Door Panel Replacement’s Secrets Composite Door Panel Replacement

  15. NicolasLoole表示:

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

  16. Michaelgax表示:

    stromectol 15 mg buy stromectol online stromectol 3 mg tablets price

  17. SamuelCic表示:

    https://zithromax.company/# buy generic zithromax no prescription

  18. NicolasLoole表示:

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

  19. Five Things You’re Not Sure About About French Style Fridge Freezer With Water And Ice Dispenser french door fridge freezers Uk

  20. NicolasLoole表示:

    https://semaglutide.win/# order Rybelsus for weight loss

  21. Stevenjaw表示:

    https://gabapentin.auction/# neurontin capsules 100mg
    zithromax over the counter canada

  22. Why Replacement Upvc Window Handles Might Be Your Next Big Obsession upvc Window repairs near Me

  23. Michaelgax表示:

    buy rybelsus buy semaglutide online Buy compounded semaglutide online

  24. Michaelgax表示:

    zithromax prescription where can i buy zithromax capsules where to buy zithromax in canada

  25. xs.xylvip.com表示:

    What Is The Secret Life Of Car Seat For Newborn top rated baby car Seats, xs.xylvip.com,

  26. Matthewweind表示:

    rybelsus price: rybelsus generic – rybelsus generic

  27. NicolasLoole表示:

    https://stromectol.agency/# order minocycline 50 mg

  28. SamuelCic表示:

    https://semaglutide.win/# rybelsus cost

  29. 5 Must-Know Toto Sites-Practices You Need To Know For 2024 안전놀이터

  30. Stevenjaw表示:

    http://semaglutide.win/# order Rybelsus for weight loss
    buy zithromax online cheap

發佈留言

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