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

  1. Thanks a ton for finding the time to line all of this out for all of us. This blog post was in fact quite useful in my opinion.

  2. There are differing types, or lessons of PCs, resembling warriors, rogues, mages and healers.

  3. Once completed, your wine rack can start working for you, retaining your wine safe and allowing it to enhance with age.

  4. LouisFoums表示:

    Farmacie on line spedizione gratuita: Cialis generico farmacia – farmaci senza ricetta elenco

  5. In fact, this ebook is packed with so many useful objects and guidelines across many various fields, doing an extensive dive into every part can be so much for a single article to handle.

  6. Our group is stuffed out by Christi Whitehead, our very long time and far valued part time scholar.

  7. Look for one which may provide you with the lowest price.

  8. EdwardMet表示:

    viagra 50 mg prezzo in farmacia viagra generico cerco viagra a buon prezzo

  9. Is it not enough that I provide to assist you, Sir Peter,” he said, “that you simply will need to have my causes?

  10. These regulations protect employees by ensuring that everyone is given entry to the employer’s health insurance plan no matter their health standing.

  11. They were also extraordinarily breathable and stored my feet from building up heat after multiple miles.

  12. Профессиональный сервисный центр по ремонту бытовой техники с выездом на дом.
    Мы предлагаем: сервисные центры по ремонту техники в красноярске
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  13. I like which you could manage so much with a telephone as of late!

  14. LouisFoums表示:

    farmacie online autorizzate elenco: Tadalafil generico migliore – migliori farmacie online 2024

  15. A shoe with correct cushioning can help cut back joint pain, and it’s especially impactful for those with a really flat foot and those with high arches to supply extra shock absorption.

  16. The horns of this sort often have an appreciable relief with vital particulars comparable to flutes and bumps.

  17. Charlesmop表示:

    https://sildenafilit.pro/# gel per erezione in farmacia
    migliori farmacie online 2024

  18. Amazingly, our feet remained heat and dry on brisk and rainy trips.

  19. The lodge was constructed in the late 1880’s with a spacious dwelling room, lovely stone fireplace and a dining room which overlooks the Rawah peaks.

  20. Digital Library of Georgia: Cyrus F. Jenkins Civil Struggle Diary, 1861 – 1862, Cyrus F. Jenkins Civil Conflict Diary, 1861-1862, Civil Warfare Timeline: June 30, 1861 – 1862 (hereafter “Jenkins) 1 August 1861 (Thursday) President Jefferson Davis urges General Johnston to take additional action in Virginia.

  21. The identical day we busily labored on the chicken house, the wily bull made his escape from the corral.

  22. Healthcare falls under Recreation, Neighborhood & Private Providers.

  23. all of my kids love to dwelll on ice cream shops, they really love to munch lots of ice cream,

  24. CharlesrooNo表示:

    acquistare farmaci senza ricetta Farmacie online sicure migliori farmacie online 2024

  25. LouisFoums表示:

    farmaci senza ricetta elenco: Cialis generico controindicazioni – farmacia online senza ricetta

  26. Vary of Products Supplied (Significance: 8/10)- A diverse product vary allows for better creativity and market attraction, so we valued companies offering a large number of gadgets to print on.

  27. Edisonanazy表示:

    comprare farmaci online all’estero: Farmacie on line spedizione gratuita – farmacie online sicure

  28. Conclusion: “In a interval of 4 years, the recharge is very effective in increasing the level of the water table in the study space and in addition some groundwater stream seems to take place particularly within the northern part of the examine area to further downstream.

  29. LouisFoums表示:

    viagra naturale in farmacia senza ricetta: viagra senza ricetta – viagra ordine telefonico

  30. CharlesrooNo表示:

    Farmacia online piГ№ conveniente Cialis generico 5 mg prezzo migliori farmacie online 2024

發佈留言

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