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

  1. more there表示:

    After I originally commented I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on each time a comment is added I recieve 4 emails with the same comment. Perhaps there is a way you are able to remove me from that service? Many thanks.

  2. Georgedrync表示:

    free viagra: Buy Viagra online cheap – online viagra

  3. Also visit my webpage … High Stake Poker

  4. Georgedrync表示:

    over the counter alternative to viagra: Cheap Viagra 100mg – viagra generic

  5. Georgedrync表示:

    cialis vs viagra: Cheap generic Viagra – viagra

  6. Georgedrync表示:

    buy cialis and receive in 48 hrs: cialis windsor canada – how much does cialis cost without insurance

  7. Guy表示:

    Feel free to visit my homepage :: Find top-rated certified Daycares in your area (Guy)

  8. Samueldub表示:

    https://sildenafil.llc/# viagra professional

  9. This Is The Ultimate Guide To Motorcycle Accident Legal Motorcycle Accident Lawyers

  10. Samueldub表示:

    https://sildenafil.llc/# over the counter alternative to viagra

  11. Retro Fridge Freezers Uk: What’s The Only Thing Nobody
    Is Talking About side by side fridge freezer for entertainment Spaces

  12. Samueldub表示:

    http://sildenafil.llc/# viagra online

  13. Georgedrync表示:

    over the counter viagra cialis: Generic Cialis without a doctor prescription – resaonably priced cialis

  14. Samueldub表示:

    https://tadalafil.auction/# cialis and paypal

  15. mazafakas.Com表示:

    See What Pavement Mobility Scooter With Lithium
    Battery Tricks The Celebs Are Utilizing pavement mobility scooter with lithium battery (mazafakas.Com)

  16. I am thankful that I detected this site, just the right info that I was looking for!

  17. Georgedrync表示:

    cialis switzerland: Buy Tadalafil 20mg – best time to take cialis 20 mg

  18. Five Window Repairs Projects For Any Budget upvc window Repairs

  19. Georgedrync表示:

    viagra generic: buy sildenafil online usa – viagra from canada

  20. Georgedrync表示:

    generic cialis: Buy Tadalafil 20mg – buy cialis with paypal payment

  21. Upvc Window Handle Replacement: It’s Not As Difficult
    As You Think upvc Bay window

  22. Samueldub表示:

    http://sildenafil.llc/# 100mg viagra without a doctor prescription

  23. Hi. Nice, interesting post, along with a little as they are. I learned new things today!

  24. misted表示:

    The 10 Most Scariest Things About Double Glazing Spares Near Me
    misted

  25. RandyLunda表示:

    top farmacia online: Avanafil compresse – farmacie online sicure

  26. Timothyzew表示:

    http://farmait.store/# comprare farmaci online all’estero

  27. Ten 18 Wheeler Accident Law Firms That Really Make Your
    Life Better 18 wheeler accident law firms

  28. RandyLunda表示:

    farmacia online: Cialis generico recensioni – farmacia online

  29. Timothyzew表示:

    http://farmait.store/# farmacie online sicure

  30. Play Poker表示:

    Here is my website; Play Poker

發佈留言

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