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

  1. Feel free to surf to my website :: Daycares By Category

  2. Eddie表示:

    10 Inspirational Graphics About Replace Window Glass cost of glass window replacement [Eddie]

  3. 15 Top Twitter Accounts To Learn More About Bi-Fold Door Repair
    bi-fold door repairs near me (Vivamusic.Co.kr)

  4. Darrelherse表示:

    yasal slot siteleri: slot bahis siteleri – en iyi slot siteleri

  5. The 10 Scariest Things About Assessments For Adhd In Adults
    Assessments For Adhd In Adults

  6. Darrelherse表示:

    yasal slot siteleri: slot siteleri bonus veren – deneme veren slot siteleri

  7. Greetings! Very helpful advice in this particular article! It is the little changes that make the biggest changes. Many thanks for sharing!

  8. What Is Electrical Treadmill And How To Utilize What Is Electrical Treadmill And
    How To Use electric treadmills For Sale Near me (http://www.landrich.co.kr)

  9. 20 Inspiring Quotes About Upvc Windows Repair upvc windows Repair near me

  10. 5 Things That Everyone Doesn’t Know In Regards To Physical Symptoms Of
    Anxiety And Stress Male depression and Anxiety symptoms

  11. Darrelherse表示:

    deneme bonusu veren slot siteleri: slot siteleri guvenilir – deneme bonusu veren siteler

  12. KevinSounc表示:

    http://slotsiteleri.bid/# yeni slot siteleri

  13. The 10 Scariest Things About Repair Bifold Door Top Pivot Repair bifold door top pivot

  14. Darrelherse表示:

    slot casino siteleri: bonus veren casino slot siteleri – deneme bonusu veren siteler

  15. Have a look at my web page Daycares popular listings (http://gerritybakken.net)

  16. Guide To Treadmill For Home Use: The Intermediate Guide
    The Steps To Treadmill For Home Use Treadmill For Home

  17. KevinSounc表示:

    http://slotsiteleri.bid/# slot kumar siteleri

  18. What Is The Reason? Land Rover Keys Is Fast Becoming The Most
    Popular Trend For 2023? land rover discovery sport smart key not working

  19. The 10 Scariest Things About Repair Bifold Door Top Pivot repair Bifold door top pivot

  20. KevinSounc表示:

    https://sweetbonanza.network/# pragmatic play sweet bonanza

  21. Engaging and insightful examination of the theme.

    Your assessment was detailed and well-evidenced, supplying audience with a comprehensive comprehension of the primary
    topics at disposal.

    I will be overjoyed to engage supplemental on this issue.
    If you allow, I would kindly encourage you to register with me on the
    SBOBET ecosystem, in which we will further our discussion in a further engaging arena.

    Here is my web page – online casino problem gambling

  22. KevinSounc表示:

    http://slotsiteleri.bid/# bonus veren casino slot siteleri

  23. Guide To 2 In 1 Travel System With Car Seat:
    The Intermediate Guide In 2 In 1 Travel System With Car Seat
    2 In 1 Travel System With Car Seat

  24. 10 Signs To Watch For To Buy A ADHD Test For Women Adhd In Women Book

  25. The 10 Most Scariest Things About Bifold Door Roller Replacement Bifold Door Roller Replacement (https://Support.Advandate.Com)

  26. The 9 Things Your Parents Taught You About Situs Togel Online Situs togel online (http://www.hongcheonkang.co.Kr)

發佈留言

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