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

  1. The 10 Most Scariest Things About Upvc Door Repairs Near Me upvc door repairs near me;
    utahsyardsale.com,

  2. Nelsonbluck表示:

    mexico pharmacies prescription drugs: mexican border pharmacies shipping to usa – buying prescription drugs in mexico online

  3. Nelsonbluck表示:

    buying from online mexican pharmacy: mexican rx online – mexican border pharmacies shipping to usa

  4. Arnoldten表示:

    mexican mail order pharmacies buying prescription drugs in mexico п»їbest mexican online pharmacies

  5. Impressive, what an discerning post! I really appreciated reading about your outlook on this matter .
    It’s undoubtedly given me a abundance to reflect on .

    I’d adore to be privy to more of your ideas , if you’re receptive
    to sustaining the discussion .

    By the way , have you heard of mega888 (hikvisiondb.webcam) ?
    It’s an fantastic digital gaming platform with
    piles of exciting selections . I’ve engaged in there and
    the endeavor has proved to be phenomenal . Provided that you’re looking for a fresh way to
    experience some amusement and feasibly succeed, I’d emphatically recommend
    checking it out . Allow me know whether you’re curious
    and I will give more particulars!

  6. WayneCoirl表示:

    best online pharmacies in mexico: pharmacies in mexico that ship to usa – medicine in mexico pharmacies

  7. DominicJaw表示:

    pharmacies in mexico that ship to usa: best online pharmacies in mexico – mexican pharmaceuticals online

  8. Well I sincerely liked reading it. This post procured by you is very useful for correct planning.

  9. Nelsonbluck表示:

    medication from mexico pharmacy: medicine in mexico pharmacies – buying prescription drugs in mexico online

  10. A Productive Rant About Folding Scooters mobility fold up Scooters

  11. The 10 Most Terrifying Things About Accident Claim
    Accident (instituto.disitec.Pe)

  12. Why Is It So Useful? During COVID-19 erb’s Palsy lawsuits

  13. hello!,I like your writing very much! share we communicate more about your article on AOL? I need a specialist on this area to solve my problem. May be that’s you! Looking forward to see you.

  14. WayneCoirl表示:

    pharmacies in mexico that ship to usa: best online pharmacies in mexico – reputable mexican pharmacies online

  15. WayneCoirl表示:

    mexican rx online: mexican drugstore online – п»їbest mexican online pharmacies

  16. DominicJaw表示:

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

  17. DominicJaw表示:

    medication from mexico pharmacy: medication from mexico pharmacy – mexican rx online

  18. You’ll Never Be Able To Figure Out This Upvc Door Repairs Near Me’s Secrets upvc door repairs near me

  19. One Of The Most Innovative Things That Are Happening With Seat Arona Key
    Seat Leon Key Fob Programming

  20. Nelsonbluck表示:

    buying prescription drugs in mexico online: medication from mexico pharmacy – mexican pharmaceuticals online

  21. Nelsonbluck表示:

    mexican rx online: buying from online mexican pharmacy – buying from online mexican pharmacy

  22. Avoid Making This Fatal Mistake When It Comes To Your Repair Upvc Windows double glazed window repairs near Me

  23. Arnoldten表示:

    mexico pharmacy mexican pharmacy reputable mexican pharmacies online

  24. WayneCoirl表示:

    mexican pharmaceuticals online: п»їbest mexican online pharmacies – medication from mexico pharmacy

  25. DominicJaw表示:

    medication from mexico pharmacy: buying from online mexican pharmacy – mexican pharmaceuticals online

  26. hi. I notice that you were involved in creating quality backlinks and stuff. I’m selling scrapebox auto approve lists. Would you like to trade ?

  27. Nelsonbluck表示:

    mexico pharmacies prescription drugs: mexican pharmaceuticals online – reputable mexican pharmacies online

  28. WayneCoirl表示:

    buying prescription drugs in mexico online: mexican mail order pharmacies – pharmacies in mexico that ship to usa

  29. DominicJaw表示:

    mexican rx online: buying from online mexican pharmacy – mexican rx online

  30. DominicJaw表示:

    mexican mail order pharmacies: mexican drugstore online – medication from mexico pharmacy

發佈留言

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