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

  1. 10 Pinterest Accounts To Follow Skoda Replacement
    Key Near Me skoda Rapid key replacement cost (https://vega-lynch-2.technetbloggers.de/)

  2. Kiera表示:

    10 Things You’ve Learned About Preschool To Help You
    Get A Handle On Best Car Accident Attorney best car wreck attorney (Kiera)

  3. Jamesboype表示:

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

  4. Isidro表示:

    Guide To Vintage Couch For Sale: The Intermediate Guide Towards Vintage Couch For Sale vintage couch for sale
    (Isidro)

  5. Ten Situations In Which You’ll Want To Be Aware Of Trucking Attorney trucking Accident lawyer near me

  6. What’s The Job Market For Wood Burning Stove In Conservatory Professionals
    Like? wood burning stove In conservatory (leach-Waller-3.hubstack.net)

  7. Kindra表示:

    20 Resources That Will Make You Better At Childrens Bunk Bed With Desk
    childrens bunk bed with desk underneath (Kindra)

  8. Jeffreywex表示:

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

  9. WilliamDen表示:

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

  10. What Is Asbestos And Peritoneal Mesothelioma And Why Is Everyone Speakin’ About It?
    mesothelioma Lawsuit

  11. Wooden Window Repairs Near Me Tips To Relax Your Everyday Lifethe Only Wooden Window Repairs Near Me Trick Every Individual Should Learn wooden window repairs
    Near Me; https://funsilo.date/,

  12. Xintangtc.Com表示:

    12 Statistics About Hiring Truck Accident Lawyer To
    Make You Think Twice About The Cooler Water Cooler
    Truck Accident Attorneynear Me – Xintangtc.Com

  13. Jamesboype表示:

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

  14. See What Wood Burning Stove Uk Tricks The Celebs Are Utilizing wood burning stove Uk

  15. You’ll Never Guess This Truck Lawyers Near Me’s Secrets
    truck Lawyers (https://telegra.Ph)

  16. rvolchansk.ru表示:

    What Is Cheap Media Wall Fires And Why Is Everyone Talking About It?
    media wall fire insert (rvolchansk.ru)

  17. RobertCow表示:

    пин ап казино зеркало: gramster.ru – пинап казино

  18. Sherrill表示:

    Ten 2 In 1 Travel System Products That Can Change Your Life cheap 2 in 1 prams (Sherrill)

  19. Jeffreywex表示:

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

  20. RobertCow表示:

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

  21. Jeffreywex表示:

    http://gramster.ru/# pinup 2025

  22. Jamesboype表示:

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

  23. WilliamDen表示:

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

  24. RobertCow表示:

    pinup 2025: gramster – pinup 2025

  25. “Ask Me Anything,” 10 Responses To Your Questions About Leather Sofas leather and fabric sofa

  26. DarrenWab表示:

    pinup 2025 Gramster пинап казино

  27. DarrenWab表示:

    gramster.ru Gramster пин ап

發佈留言

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