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

18,456 Responses

  1. RobertCow表示:

    пин ап казино зеркало: gramster – pinup 2025

  2. Lhaneevige表示:

    Howdy! This is my 1st comment here so I just wanted to give a quick shout out and tell you I truly enjoy reading through your posts. Can you recommend any other blogs/websites/forums that deal with the same topics? Thank you!

    https://alicegood.com.ua/preimushchestva-kachestvennogo-stekla-dlya-far-svet-kotoryy-vam-nuzhen

  3. RobertCow表示:

    пин ап зеркало: Gramster – пин ап вход

  4. Jamesboype表示:

    https://gramster.ru/# пин ап казино официальный сайт

  5. The People Closest To Trucking Accidents Lawyers Tell You
    Some Big Secrets Lawyers For Truck drivers

  6. Jeffreywex表示:

    http://gramster.ru/# пин ап казино официальный сайт

  7. 15 Gifts For Your Address Collection Site Lover In Your Life 주소모음사이트

  8. 5 Clarifications On Boiler Engineer Buckingham gas Certificate Buckingham

  9. 5 Laws To Help Those In Freezer UK Industry Fridge Best Price (Fridges92407.Pennywiki.Com)

  10. WilliamDen表示:

    http://gramster.ru/# пин ап казино

  11. Jamesboype表示:

    https://gramster.ru/# пин ап казино

  12. Polly表示:

    What Is Diagnostics Near Me And Why You Should Care
    car diagnostic near me – Polly

  13. Shonda表示:

    10 Instagram Accounts On Pinterest To Follow About Train Derailment Attorney semi truck wreck lawyer; Shonda,

  14. 10 Websites To Help You To Become A Proficient In Tree House
    Bunkbeds high sleeper treehouse bed (https://Royalbookmarking.com/)

  15. DarrenWab表示:

    пин ап вход gramster.ru pinup 2025

  16. Could Compensation For Asbestos Be The Key To Dealing
    With 2023? Asbestos Lawsuits (Writeablog.net)

  17. A The Complete Guide To Asbestos Attorney Lawyer Mesothelioma From Start To Finish mesothelioma Lawyer

  18. 5 Replacement Kia Key Projects For Any Budget kia Soul key replacement

  19. Kimberly表示:

    Who’s The Most Renowned Expert On Best Robot Vacuum That Mops?
    robot vacuum and mop (Kimberly)

  20. Jeffreywex表示:

    http://gramster.ru/# пин ап зеркало

  21. Jamesboype表示:

    https://gramster.ru/# пин ап

  22. Five Laws That Will Aid Those In Audi A1 Key Battery Industry audi tt Key fob

  23. Check Out What Treadmill With Desk Tricks Celebs Are Using walking pad for Under desk

  24. DarrenWab表示:

    пин ап зеркало Gramster пинап казино

  25. Why Adding A Pragmatic Ranking To Your Life Will Make All The An Impact 프라그마틱 불법

  26. Jeffreywex表示:

    http://gramster.ru/# gramster.ru

  27. What Is The Reason? Ford Key Is Fast Becoming The Most Popular Trend In 2022 Ford Key Programmer

  28. Watch Out: How Auto Wreck Attorney Is Gaining Ground,
    And What We Can Do About It lawyer For car accidents

發佈留言

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