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

11,818 Responses

  1. What’s Next In Skoda Spare Key Lost skoda key

  2. Trường cờ bạc tiền kỹ thuật số crypto casino trong Tiếng Việt cho 60 từ Trường
    tiền ảo crypto casino là nền tảng trường
    cờ bạc trực tuyến sử dụng tiền điện tử
    như Bitcoin Ethereum để giao dịch Người chơi có thể đặt cược chơi các
    trò chơi như poker blackjack slots mà không cần tiết lộ thông tin cá nhân Crypto casino mang lại sự an toàn tốc độ
    giao dịch nhanh chóng bảo mật cao và minh bạch

  3. LewisTwera表示:

    https://propeciabestprice.pro/# get cheap propecia pill

  4. PatrickTig表示:

    https://prednisonebestprice.pro/# prednisone for cheap

  5. RobertSic表示:

    where to get zithromax zithromax 250 mg tablet price zithromax 500 without prescription

  6. Matthewchact表示:

    order generic propecia without insurance: order propecia without a prescription – buy propecia tablets

  7. LewisTwera表示:

    https://zithromaxbestprice.pro/# buy zithromax canada

  8. PatrickTig表示:

    http://nolvadexbestprice.pro/# nolvadex price

  9. RobertSic表示:

    prednisone without prescription medication prednisone 10 mg tablet 20mg prednisone

  10. Matthewchact表示:

    cytotec online: buy cytotec online – order cytotec online

  11. Michell表示:

    14 Businesses Doing A Great Job At Glass Replacement Windows double glazed glass replacement cost (Michell)

  12. Nelsonbluck表示:

    mexican drugstore online: mexican online pharmacies prescription drugs – mexican border pharmacies shipping to usa

  13. Nelsonbluck表示:

    mexican rx online: medication from mexico pharmacy – pharmacies in mexico that ship to usa

  14. Dolly表示:

    15 Best Professional SEO Services London Bloggers You Must
    Follow london seo firm (Dolly)

  15. Slot表示:

    Having read this I believed it was extremely enlightening. I appreciate you spending some time and energy to put this information together. I once again find myself spending a lot of time both reading and leaving comments. But so what, it was still worth it.

  16. DominicJaw表示:

    buying prescription drugs in mexico online: п»їbest mexican online pharmacies – buying prescription drugs in mexico online

  17. DominicJaw表示:

    mexican drugstore online: mexican drugstore online – mexican drugstore online

  18. 10 Ways To Build Your Car Key Replacement
    Ford Empire ford Replacement keys near Me

  19. WayneCoirl表示:

    buying prescription drugs in mexico online: medication from mexico pharmacy – buying prescription drugs in mexico

  20. Arnoldten表示:

    best online pharmacies in mexico reputable mexican pharmacies online mexican drugstore online

  21. Nelsonbluck表示:

    buying from online mexican pharmacy: mexican rx online – best online pharmacies in mexico

  22. DominicJaw表示:

    mexican rx online: mexico drug stores pharmacies – mexico pharmacies prescription drugs

  23. workshop表示:

    15 Fun And Wacky Hobbies That’ll Make You More Successful At Mazda 2 Key workshop

  24. WayneCoirl表示:

    mexican border pharmacies shipping to usa: mexican drugstore online – buying prescription drugs in mexico

  25. Window Repair表示:

    Guide To Window Repair: The Intermediate Guide The Steps To Window Repair Window Repair

  26. WayneCoirl表示:

    п»їbest mexican online pharmacies: mexican drugstore online – purple pharmacy mexico price list

  27. Nelsonbluck表示:

    п»їbest mexican online pharmacies: п»їbest mexican online pharmacies – mexican pharmaceuticals online

  28. An impressive share, I just now with all this onto a colleague who had been performing a little analysis for this. And that he in truth bought me breakfast since I discovered it for him.. smile. So ok, i’ll reword that: Thnx for the treat! But yeah Thnkx for spending some time to debate this, I’m strongly over it and enjoy reading regarding this topic. When possible, as you become expertise, might you mind updating your blog site with an increase of details? It truly is highly a good choice for me. Massive thumb up in this article!

發佈留言

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