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

13,658 Responses

  1. Имбирь — это удивительный корень, который обладает множеством полезных свойств. Он помогает укрепить иммунитет, улучшить пищеварение и справиться с простудными заболеваниями. Имбирь активно используется в кулинарии и медицине благодаря своим противовоспалительным и антибактериальным свойствам. Регулярное употребление имбиря способствует улучшению общего самочувствия и повышению жизненного тонуса.

  2. JamesBuice表示:

    buying prescription drugs in mexico: mexico pharmacies prescription drugs – mexican border pharmacies shipping to usa
    medication from mexico pharmacy

  3. HeathZex表示:

    Le gГ©nГ©rique de Viagra: Prix du Viagra en pharmacie en France – Meilleur Viagra sans ordonnance 24h

  4. Charlesrab表示:

    pharmacies en ligne certifiГ©es Pharmacies en ligne certifiees pharmacie en ligne fiable

  5. Kathrin表示:

    See What Best Places To Buy Bunk Beds Tricks The Celebs Are Using bunk (Kathrin)

  6. MichaelNed表示:

    canadian pharmacy no scripts: canadian pharmacy in canada – best online canadian pharmacy

  7. JamesBuice表示:

    п»їbest mexican online pharmacies: mexican border pharmacies shipping to usa – п»їbest mexican online pharmacies
    mexican rx online

  8. Oh my goodness! Impressive article dude! Thank you, However I am experiencing problems with your RSS. I don’t know the reason why I am unable to subscribe to it. Is there anybody getting the same RSS problems? Anyone who knows the answer can you kindly respond? Thanks.

  9. MichaelNed表示:

    mexican mail order pharmacies: mexican online pharmacies prescription drugs – medicine in mexico pharmacies

  10. Jamesruigo表示:

    https://indiadrugs.pro/# top 10 pharmacies in india

  11. Max表示:

    This Is A Severe Clinical Depression Symptoms Success Story You’ll
    Never Remember signs of severe depression (Max)

  12. RobertWAisa表示:

    top online pharmacy india indian pharmacy mail order pharmacy india

  13. Jamesruigo表示:

    http://mexicanpharma.icu/# mexican mail order pharmacies

  14. Casimira表示:

    Black Electric Wheelchair 101″The Complete” Guide
    For Beginners electric wheelchair price (Casimira)

  15. RobertWAisa表示:

    reliable canadian pharmacy Pharmacies in Canada that ship to the US buy drugs from canada

  16. 3 Ways The Realistic Sex Dolls Cheap Can Influence Your Life Realistic Sex Doll Young

  17. DFW Roofers表示:

    It’s hard to come by educated people about this subject, however, you seem like you know what you’re talking about! Thanks

  18. RobertWAisa表示:

    top 10 online pharmacy in india indian pharmacy pharmacy website india

  19. apk.tw表示:

    Why Situstoto Slot Is Fast Becoming The Hottest Trend Of 2024 situs toto (apk.tw)

  20. See What Situs Terpercaya Tricks The Celebs Are Making Use Of Situs Terpercaya

  21. RogerTut表示:

    mexico pharmacies prescription drugs: mexican pharma – mexican rx online

  22. RobertWAisa表示:

    mexican online pharmacies prescription drugs mexico drug stores pharmacies buying from online mexican pharmacy

  23. Davidevemy表示:

    mexico pharmacies prescription drugs http://mexicanpharma.icu/# mexico drug stores pharmacies
    mexico drug stores pharmacies

  24. RobertWAisa表示:

    certified canadian international pharmacy canada online pharmacy canada pharmacy 24h

  25. RogerTut表示:

    pharmacies in canada that ship to the us: Canadian Pharmacy – canadian pharmacy com

  26. RobertWAisa表示:

    mexican online pharmacies prescription drugs mexican pharmacy buying prescription drugs in mexico online

  27. Jamesruigo表示:

    https://indiadrugs.pro/# top 10 online pharmacy in india

  28. Jamesruigo表示:

    http://indiadrugs.pro/# indian pharmacy paypal

發佈留言

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