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

  1. 20 Things You Must Know About Auto Wreck Attorney lawyers near Me for Car accident

  2. 5 People You Should Meet In The Wheelchair Ramp Portable Industry portable Ramp for wheelchair

  3. You’ll Be Unable To Guess Best Accident Lawyer Near
    Me’s Secrets Accident Lawyer Near Me (Sciencewiki.Science)

  4. How ADHD Diagnosis Has Become The Top Trend On Social Media getting diagnosed
    with adhd in adulthood (https://elearnportal.science/)

  5. Why Pragmatic Is Harder Than You Imagine 프라그마틱 플레이

  6. Are You Responsible For The Crawley Windows And Doors Budget?
    10 Unfortunate Ways To Spend Your Money Replacement windows near me

  7. What Will Electric Treadmill Be Like In 100 Years? fold away Electric treadmill

  8. 10 Real Reasons People Dislike Sex Realistic Dolls Sex Realistic Dolls Sexdoll Realistic

  9. Susan表示:

    The Advanced Guide To Private ADHD private adhd assessment north yorkshire (Susan)

  10. Anja表示:

    There’s Enough! 15 Things About Lawyers For Accident We’re Tired Of Hearing accident attorney – Anja,

  11. The Hidden Secrets Of Lexus Replacement Key lexus Duplicate key (http://www.stes.tyc.edu.Tw)

  12. LloydNoice表示:

    https://furpharm.com/# buy furosemide online

  13. Double Buggy: 10 Things I’d Loved To Know Earlier tandem double buggy

  14. Max表示:

    10 Best Mobile Apps For Volkswagen Beetle Key Replacement how to fix a broken volkswagen key [Max]

  15. DennishIp表示:

    ED meds online: ED meds online with insurance – cheapest ed pills ere pharm

  16. Dean表示:

    You’ll Be Unable To Guess Kids Beds Bunk Beds’s Secrets kids beds bunk
    beds [Dean]

  17. Hyman表示:

    The Most Hilarious Complaints We’ve Been Hearing About Key Programmer car keys programmed near me (Hyman)

  18. See What Infant Car Seats On Sale Tricks The Celebs Are Using Infant car seats on sale

  19. Diagnostic Check Near Me Tips From The Top In The Industry Diagnostic Car

  20. Kraig表示:

    5 Key Cutter For Cars Projects For Any Budget getting a
    key cut near me (Kraig)

  21. How To Explain What Is Anxiety And Symptoms To A 5-Year-Old Physical symptoms of Anxiety

  22. 10 Key Porsche Hacks All Experts Recommend porsche replacement Key fob

  23. Hugo表示:

    The Reasons Spare Car Keys Cut Is Harder Than You Imagine spare car key cutting
    near me – Hugo,

  24. Adam表示:

    5 Smart Key Locksmith Near Me Projects For Every Budget smart forfour key programming (Adam)

  25. Need Inspiration? Look Up Walking Pad Under Desk Treadmills under desk (lovebookmark.win)

  26. New And Innovative Concepts That Are Happening With Glasss Repair glass repair near
    me [articlescad.com]

  27. A Proficient Rant About Adhd Assessment For Adults adhd self assessment Test

  28. Responsible For The 3 Wheel Buggies Budget? 10 Fascinating Ways To Spend Your Money Three wheel buggies

  29. 10 Essentials About Trucking Accident You Didn’t Learn In School truck Accidents Lawyer

  30. This Story Behind Sofa 2 Seater Fabric Can Haunt You
    Forever! two seater fabric Sofa

發佈留言

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