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

  1. Robertengep表示:

    http://easyrxcanada.com/# canada drugs online

  2. Robertengep表示:

    http://easyrxcanada.com/# canada cloud pharmacy

  3. Peterhew表示:

    mexican drugstore online: medicine in mexico pharmacies – mexican rx online

  4. Hermanswoff表示:

    mexican online pharmacies prescription drugs: mexico drug stores pharmacies – mexico pharmacy

  5. JeremyPsymn表示:

    https://easyrxindia.shop/# best online pharmacy india

  6. On 21st May 2012, SEBI notified the Alternative Investment Fund (AIF) Regulations bringing all privately pooled investment funds under one roof (except Mutual Funds and Collective Investment Schemes).

  7. Peterhew表示:

    buying from online mexican pharmacy: buying prescription drugs in mexico online – medicine in mexico pharmacies

  8. Hermanswoff表示:

    canadian pharmacy: thecanadianpharmacy – canadian pharmacy price checker

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

  10. Hermanswoff表示:

    indian pharmacies safe: india pharmacy mail order – indian pharmacy online

  11. JeremyPsymn表示:

    http://easyrxcanada.com/# canada drugstore pharmacy rx

  12. Post w​as c᠎re᠎ated by GSA Cont᠎ent Genera tor DEMO!

  13. high Stake表示:

    Look into my webpage :: high Stake

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

  15. Future advancements could lead to more nuanced control, such as room-by-room adjustments or integration with wearable devices to understand individual preferences better.

  16. Hermanswoff表示:

    reputable indian online pharmacy: india online pharmacy – reputable indian online pharmacy

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

  18. Errors that occur can be attributed to human error, both intentional (e.g.

  19. JeremyPsymn表示:

    https://easyrxindia.com/# buy prescription drugs from india

  20. Whereas they do not work immediately on behalf of consumers’ in acquiring insurance coverage, the expertise IBHS provides will help to enhance the condition and security of your property, which in turn can increase your possibilities of finding an insurer.

  21. Robertengep表示:

    https://easyrxcanada.com/# canadian pharmacy world

  22. Robertengep表示:

    https://mexstarpharma.online/# mexican online pharmacies prescription drugs

  23. The basic requirements for food, clothing, shelter and education should be easily met with at current standard of living.

  24. JeremyPsymn表示:

    https://easyrxindia.com/# top 10 pharmacies in india

  25. A Yankee Bond is a bond issued by a foreign entity, such as a bank or company, that is issued and traded in the United States and denominated in U.S.

  26. AnthonyPress表示:

    best online pharmacy india online pharmacy india cheapest online pharmacy india

  27. Hermanswoff表示:

    world pharmacy india: reputable indian online pharmacy – indianpharmacy com

發佈留言

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