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

  1. HeathZex表示:

    Viagra pas cher inde: viagra en ligne – Viagra gГ©nГ©rique sans ordonnance en pharmacie

  2. HeathZex表示:

    pharmacie en ligne pas cher: Medicaments en ligne livres en 24h – pharmacies en ligne certifiГ©es

  3. Stephengen表示:

    http://clssansordonnance.icu/# Pharmacie sans ordonnance

  4. Stephengen表示:

    http://pharmaciepascher.pro/# pharmacie en ligne livraison europe

  5. HeathZex表示:

    pharmacie en ligne: pharmacie en ligne pas cher – pharmacie en ligne avec ordonnance

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

  7. And high-rise buildings would be scattered all through the completely reconstructed city.

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

  9. HeathZex表示:

    pharmacie en ligne france fiable: pharmacie en ligne – Pharmacie en ligne livraison Europe

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

  11. Charlesrab表示:

    Pharmacie sans ordonnance Pharmacies en ligne certifiees Pharmacie en ligne livraison Europe

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

  13. At the moment, they’re working of their dream jobs.

  14. Similar to we train our prices, “You get what you get, and also you don’t get upset.” With regards to vacation reward-giving, this must be our perspective.

  15. A number of years in the past, the Australian Ugg Boot took the world by storm – and Uggs are still rising in reputation!

  16. It is an axiom that has few opponents, till Rothbard spells out its implications: taxation is theft, conscription is slavery, and warfare is mass homicide, among many different factors.

  17. These informal shoes even have a leather upper for elevated durability and simple put on.

  18. King Joffrey I Baratheon was the 18th king of the Iron Throne.

  19. Adapting the tradition, many restaurants at Devon street supplies Falooda, however only few of them can make it as per the Pakistani tradition.

  20. One for all those who need to feel and appear good whereas also doing their bit to save lots of the planet, the Allbirds Plant Pacers are a hundred plastic- and petroleum-free.

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

  22. That retains the foods best and cuts the value for power.

  23. We would like to see any photographs or stories you might imagine would make good additions to the page.

  24. So the time frame to be actually unbiased and do one thing like that is shrinking.

  25. Which one was the very best?

  26. We deal with over 30 types of addiction and offer you a caring neighborhood that supports you even after you go away our campus.

  27. The design is simple and fashionable, and the costs are very cheap.

  28. And far thanks to all of the opposite riders who got here and rode for the assessments, headed up by the good crew at Vacation spot Farm, as well as Andy Armstrong and Jessica Corridor.

  29. After evaluating the different travel insurances for Argentina, you’ll see that Heymondo stands out for its aggressive value and excessive quantity of coverage in all classes.

  30. Dig chilly-sensitive tropical bulbs resembling cannas and caladiums before the first fall frost to stop damage to the bulbs.

發佈留言

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