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

  1. WilliamDen表示:

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

  2. WilliamDen表示:

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

  3. The 9 Things Your Parents Taught You About Best Auto Locksmith Near Milton Keynes best auto locksmith near milton keynes

  4. 5 Killer Quora Answers To Best Electric Fireplaces Wall Mount best Electric fireplaces wall mount

  5. French Door Fridge Freezers Tips That Will Transform Your
    Life what is A french Door fridge freezer (wuyuebanzou.Com)

  6. DarrenWab表示:

    пин ап казино официальный сайт Gramster пин ап вход

  7. 5 Must-Know-How-To-Hmphash Childrens Bunk Beds Methods To 2023 bunk Beds bunk

  8. 15 Undeniable Reasons To Love Futon Couch extra
    deep couch (https://petgong6.werite.net)

  9. Jeffreywex表示:

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

  10. Jamesboype表示:

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

  11. bedside Crib表示:

    The No. Question Everybody Working In Best Bedside Cot Should Know How To
    Answer bedside Crib

  12. WilliamDen表示:

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

  13. Would it be more enjoyable to live without end or breathe underwater?

  14. ハメネイ表示:

    Here is how the trick was alleged to go down: a large field comes up from beneath the stage, and Blacksone’s assistants present you that it is completely empty.

  15. The Best Tips You’ll Ever Receive About Skoda Spare Key
    Skoda spare Key cost

  16. 15 Inspiring Facts About Asbestos Lawsuit That You Didn’t Know About asbestos Lawyers

  17. Jeffreywex表示:

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

  18. Jamesboype表示:

    https://gramster.ru/# gramster.ru

  19. Jeffreywex表示:

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

  20. The 10 Scariest Things About Keys Mercedes Keys Mercedes (Zenwriting.Net)

  21. DarrenWab表示:

    пин ап казино зеркало gramster пин ап вход

  22. 5 Killer Quora Answers To Black Metal Mid Sleeper black metal Mid sleeper

  23. Bev表示:

    Fire Pits & Chimineas Tools To Improve Your Daily Life Fire Pits & Chimineas Technique Every Person Needs
    To Be Able To fire pits & chimineas, Bev,

  24. Jamesboype表示:

    http://gramster.ru/# pinup 2025

  25. DarrenWab表示:

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

  26. Guide To Bunk Bed Tree House With Slide: The Intermediate Guide In Bunk Bed Tree House With Slide bed
    tree house (glamorouslengths.com)

  27. Watch Out: What Key Repairs Near Me Is Taking Over And What Can We Do About It car key
    repairs near me – https://forum.spaceexploration.org.cy/member.php?action=profile&uid=13062

  28. The 10 Most Scariest Things About American Fridge Freezer With Ice Machine American Fridge Freezer With Ice Machine

  29. Frieda表示:

    What’s The Current Job Market For Best Double
    Bunk Beds Professionals Like? best double bunk beds, Frieda,

發佈留言

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