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

15,743 Responses

  1. Why You Should Focus On The Improvement Of Pragmatic Slots Experience
    프라그마틱 플레이

  2. Rosaline表示:

    How To Solve Issues With Ghost Immobiliser Installers Near Me lamborghini ghost
    installer – Rosaline,

  3. “A Guide To How To Get A Diagnosis For ADHD In 2023 Adults adhd diagnosis

  4. The Unspoken Secrets Of Labor Day Couch Sales black couches for
    sale (sofas-and-couches31975.ambien-blog.com)

  5. Stormy表示:

    25 Surprising Facts About Mesothelioma And Asbestos Lawyer mesothelioma attorneys (Stormy)

  6. The Often Unknown Benefits Of Asbestos Attorney Lawyer Mesothelioma
    Mesothelioma attorneys

  7. audi lost key表示:

    You’ll Never Guess This Audi Lost Key’s Tricks audi lost key

  8. The No. One Question That Everyone Working In Item Upgrade Should Be Able To
    Answer item upgrader mod

  9. A Trip Back In Time: How People Talked About Sash Windows 20 Years Ago sash Windows near me

  10. 10 Unexpected Replacement Porsche Key Tips 2023 Porsche key

  11. Marta表示:

    Why You’ll Definitely Want To Find Out More About Top Accident Attorney accident lawyers (Marta)

  12. The Reason Why Pram Stores Near Me Will Be Everyone’s Desire
    In 2023 Pram shops near me

  13. What You Must Forget About The Need To Improve Your Pragmatic Free Game
    프라그마틱

  14. What Is Replacing Upvc Window Handles And How To Use It upvc window
    Locking handles (https://blalock-miles.blogbright.net/)

  15. Three Greatest Moments In Accident Attorneys History accident attorneys near me

  16. tots and Cots表示:

    Guide To Tots And Cots: The Intermediate Guide Towards Tots And
    Cots tots and Cots

  17. See What How Much Is A Private ADHD Assessment UK Tricks The Celebs Are Utilizing private adhd assessment uk

  18. Where Are You Going To Find Pragmatic Genuine Be 1 Year From Right Now?

    프라그마틱 카지노

  19. herandex.ru表示:

    The Top Reasons For Auto Accident Attorney’s Biggest “Myths” Concerning
    Auto Accident Attorney Could Actually Be Accurate lawyers near me for car accident
    (herandex.ru)

  20. 10 Private ADHD-Related Private ADHD-Related Projects
    That Will Stretch Your Creativity private adhd assessment leeds

  21. See What Situstoto Slot Tricks The Celebs Are Using Situstoto Slot

  22. 5 Killer Quora Answers On 2 In 1 Pram And Car Seat
    2 in 1 pram and car seat

  23. How Glass Repairs Near Me Changed My Life For The Better Glass Repair for door

  24. Why Private Assessment For ADHD Is Your Next Big Obsession private Adhd assessment kent

  25. 5 Killer Quora Answers To Maxi Cosi Car Seat Base maxi Cosi car seat
    base (wheeler-lindberg.mdwrite.net)

  26. The Biggest Sources Of Inspiration Of Attorney Asbestos mesothelioma Lawyer – morphomics.science

  27. Guide To Maxi Cosi Car Seat Adapter: The Intermediate Guide In Maxi Cosi Car
    Seat Adapter maxi cosi car Seat adapter

  28. A Step-By Step Guide To Truck Accidents Attorneys Commercial truck attorneys

  29. 5 Tools That Everyone In The Case Battles Industry Should Be Making Use
    Of case battle sites

發佈留言

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