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

11,297 Responses

  1. DominicJaw表示:

    mexican pharmaceuticals online: п»їbest mexican online pharmacies – best online pharmacies in mexico

  2. RichardWrifs表示:

    https://mexicandeliverypharma.online/# mexico drug stores pharmacies

  3. DominicJaw表示:

    mexican drugstore online: mexican pharmaceuticals online – purple pharmacy mexico price list

  4. WayneCoirl表示:

    mexico drug stores pharmacies: buying prescription drugs in mexico online – mexican pharmaceuticals online

  5. DominicJaw表示:

    reputable mexican pharmacies online: buying prescription drugs in mexico online – medicine in mexico pharmacies

  6. WayneCoirl表示:

    mexican online pharmacies prescription drugs: mexico drug stores pharmacies – pharmacies in mexico that ship to usa

  7. 10 Tips For Quickly Getting Mobility Scooter
    lightweight mobility Scooters

  8. Juan表示:

    15 Secretly Funny People Working In Upvc Door Handles upvc
    panels for doors – Juan

  9. Are Times Tough? A Simple Cash Loan May Really Do The Help You Should 다바오 포커 아이폰다운로드

  10. Learn About Buy Chest Freezer When You Work From Home fridge Freezer Uk,
    https://pro-toulouse.Icam.fr,

  11. Top Five Tips On Qualifying For A Va Loan 전세자금 대출

  12. 10 Reasons You’ll Need To Be Aware Of Adhd Symptoms In Adults Test adult adhd symptom checklist

  13. How To Create An Awesome Instagram Video About U Shaped Sectional
    Chaise black u shaped sectional

  14. Ten Upvc Door Panel Replacements That Really
    Improve Your Life upvc door panel Replacements (http://promarket.in.ua)

  15. 5 Greenpower Scooter Projects For Any Budget power mobility scooter

  16. Klikx表示:

    I love reading a post that can make men and women think. Also, thank you for allowing for me to comment.

  17. 5 Killer Quora Answers On All SEO Company In London All Seo Company In London

  18. RobertSoish表示:

    amoxicillin from canada: amoxicillin price without insurance – price for amoxicillin 875 mg

  19. seo 마케팅表示:

    Now You Will Seo, Too – Seo For Beginners seo 마케팅

  20. How To Choose A Plastic Card For Purchasing Gas 전세자금 대출 [http://aniremis.com]

  21. RobertSoish表示:

    where to buy amoxicillin 500mg without prescription: amoxicillin 500mg price – ampicillin amoxicillin

  22. RobertSoish表示:

    clomid sale: get cheap clomid without rx – buy cheap clomid without prescription

  23. JamesBak表示:

    can i order clomid pill: can i order generic clomid no prescription – get clomid without rx

  24. JamesBak表示:

    paxlovid pharmacy: paxlovid pill – paxlovid pill

  25. www.hrcu.tv表示:

    The Free Online Backlink Checker! I Know Where You
    Are Able To Find Person! seo 최적화 (http://www.hrcu.tv)

  26. Too Much Payday Loan And Minute Card Debt? Try Consolidation gg포커 다바오

  27. How To Develop A Search Engine Friendly Website 구글 백링크 (rbenorthwesteng.com)

發佈留言

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