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

  1. Peterhew表示:

    safe online pharmacies in canada: reputable canadian pharmacy – legitimate canadian pharmacy online

  2. AnthonyPress表示:

    reputable indian pharmacies indian pharmacy buy prescription drugs from india

  3. JeremyPsymn表示:

    https://mexstarpharma.com/# medicine in mexico pharmacies

  4. Robertengep表示:

    http://mexstarpharma.com/# mexico pharmacies prescription drugs

  5. Peterhew表示:

    rate canadian pharmacies: canada pharmacy – canadian online pharmacy

  6. Peterhew表示:

    precription drugs from canada: canadian king pharmacy – canadian pharmacy antibiotics

  7. Robertengep表示:

    https://easyrxcanada.online/# canada cloud pharmacy

  8. Peterhew表示:

    purple pharmacy mexico price list: buying prescription drugs in mexico online – mexican online pharmacies prescription drugs

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

  10. JeremyPsymn表示:

    https://mexstarpharma.com/# mexico pharmacies prescription drugs

  11. AnthonyPress表示:

    mail order pharmacy india top 10 online pharmacy in india indian pharmacies safe

  12. Hermanswoff表示:

    mexico pharmacy: mexican border pharmacies shipping to usa – mexico drug stores pharmacies

  13. JeremyPsymn表示:

    https://mexstarpharma.online/# mexican drugstore online

  14. AnthonyPress表示:

    world pharmacy india reputable indian online pharmacy top online pharmacy india

  15. Peterhew表示:

    canadian drug stores: canadian pharmacy 365 – adderall canadian pharmacy

  16. Hermanswoff表示:

    global pharmacy canada: canadian pharmacies compare – cross border pharmacy canada

  17. Robertengep表示:

    http://easyrxindia.com/# top 10 online pharmacy in india

  18. Peterhew表示:

    indianpharmacy com: reputable indian pharmacies – mail order pharmacy india

  19. JeremyPsymn表示:

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

  20. AnthonyPress表示:

    canadian pharmacy canada pharmacy 24h canadian pharmacy

  21. Hermanswoff表示:

    canada pharmacy reviews: canada online pharmacy – canadian pharmacy prices

  22. AnthonyPress表示:

    reputable canadian pharmacy canada drugs online review canadian family pharmacy

  23. AnthonyPress表示:

    global pharmacy canada canadian pharmacy store canada rx pharmacy world

  24. Robertengep表示:

    https://mexstarpharma.online/# medication from mexico pharmacy

  25. Hermanswoff表示:

    certified canadian international pharmacy: northern pharmacy canada – escrow pharmacy canada

發佈留言

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