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

14,997 Responses

  1. The 9 Things Your Parents Taught You About Window
    Fixer London Window fixer london

  2. The offer of mutual funds will include hazard because of the way that they incorporate the conceivable loss of the key sum contributed.

  3. The arithmetic common of the annual yield of 10-12 months government bonds as of the tip of the previous 12 months should be no more than 2.0 larger than the unweighted arithmetic common of the bond yields in the three EU member states with the lowest HICP inflation.

  4. There have been ‘political divisions’ inside the valuation career in New Zealand, expressed at AGMs and by way of ‘proxy wars’ over the past 20 years or so.

  5. Furthermore, territorial reinforcement delineates public and private spaces clearly, preventing intrusions and establishing a sense of ownership and control.

  6. The Most Successful Key Porsche Gurus Do 3 Things Porsche Nyckel

  7. Darrelherse表示:

    bonus veren slot siteleri: guvenilir slot siteleri – yeni slot siteleri

  8. Darrelherse表示:

    en yeni slot siteleri: yasal slot siteleri – guvenilir slot siteleri 2024

  9. KevinSounc表示:

    http://sweetbonanza.network/# sweet bonanza hilesi

  10. Birth Injury Attorney Reviews Tips From The Most Successful In The
    Business Best birth injury attorneys (koreafish.co.kr)

  11. KevinSounc表示:

    https://slotsiteleri.bid/# deneme bonusu veren siteler

  12. Darrelherse表示:

    slot oyun siteleri: en guvenilir slot siteleri – slot siteleri 2024

  13. I love to visit your web-blog, the themes are nice.’-\’-;

  14. Reva表示:

    Why Conservatory Repairs Aylesbury Is Relevant 2023 window doctor near me (Reva)

  15. Garrett表示:

    A Look At The Good And Bad About Windows And Doors Luton glass windows repair (Garrett)

  16. Darrelherse表示:

    slot kumar siteleri: deneme bonusu veren siteler – en iyi slot siteleri

  17. The Unspoken Secrets Of Cars Locksmith Near Me car locksmith near me

  18. KevinSounc表示:

    https://sweetbonanza.network/# sweet bonanza taktik

  19. Darrelherse表示:

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

  20. www.eicpc.nl表示:

    Tips To Behave With An Office Party 충장오피
    (http://www.eicpc.nl)

  21. KevinSounc表示:

    https://slotsiteleri.bid/# en guvenilir slot siteleri

  22. Will Mesothelioma Attorney Never Rule The World? mesothelioma lawyers (http://chdonews.com/)

  23. I will right away clutch your rss as I can’t find your email subscription link or e-newsletter service. Do you have any? Please let me realize so that I could subscribe. Thanks.

  24. Window Companies Bromley Tools To Help You Manage Your Everyday Lifethe Only Window Companies Bromley Trick That Should Be Used By Everyone Learn Sliding Doors Bromley

  25. Sheila表示:

    It’s The Perfect Time To Broaden Your Mercedes Car Key
    Options how to program mercedes key (Sheila)

發佈留言

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