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...

11,826 Responses

  1. Если вы искали где отремонтировать сломаную технику, обратите внимание – ремонт бытовой техники в красноярске

  2. RobertMef表示:

    Online medicine order: top online pharmacy india – best india pharmacy

  3. RobertMef表示:

    buying prescription drugs in mexico: medication from mexico pharmacy – mexican mail order pharmacies

  4. Если вы искали где отремонтировать сломаную технику, обратите внимание – выездной ремонт бытовой техники в новосибирске

  5. MauriceGueda表示:

    mexican drugstore online: mexican mail order pharmacies – mexico drug stores pharmacies

  6. MauriceGueda表示:

    reputable mexican pharmacies online: purple pharmacy mexico price list – medicine in mexico pharmacies

  7. RobertMef表示:

    buy prescription drugs from india: world pharmacy india – indian pharmacy online

  8. ArthurKib表示:

    https://mexicopharmacy.cheap/# п»їbest mexican online pharmacies

  9. Josephfub表示:

    reputable indian online pharmacy Online medicine order india pharmacy mail order

  10. RobertMef表示:

    medicine in mexico pharmacies: pharmacies in mexico that ship to usa – mexican border pharmacies shipping to usa

  11. MauriceGueda表示:

    pharmacy methotrexate error: no prior prescription required pharmacy – best viagra pharmacy

  12. A mesothelioma lawyer will determine the most
    effective method for obtaining compensation. This could involve filing a personal injuries lawsuit, a wrongful death lawsuit, or a claim
    to an Asbestos lawsuit trust fund.

  13. Josephfub表示:

    buying from online mexican pharmacy mexican pharmaceuticals online mexico drug stores pharmacies

  14. MauriceGueda表示:

    п»їbest mexican online pharmacies: mexican online pharmacies prescription drugs – п»їbest mexican online pharmacies

  15. Carrol表示:

    The Reasons Window Repair Cambridge Isn’t As Easy As You Imagine double glazing seal repairs (Carrol)

  16. Josephfub表示:

    actonel online pharmacy online pharmacy modafinil online pharmacy fedex overnight shipping

  17. Josephfub表示:

    premarin pharmacy coupon xalatan online pharmacy reddit online pharmacy

  18. ArthurKib表示:

    https://pharmbig24.online/# priligy johor pharmacy

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

  20. RobertMef表示:

    Theo-24 Cr: famvir online pharmacy – us online pharmacy reviews

  21. RobertMef表示:

    india pharmacy mail order: best india pharmacy – indian pharmacy

  22. Если вы искали где отремонтировать сломаную технику, обратите внимание – профи ремонт

  23. Absolutely pent subject matter, regards for entropy.

  24. RobertMef表示:

    top 10 pharmacies in india: online pharmacy india – online shopping pharmacy india

  25. ArthurKib表示:

    https://mexicopharmacy.cheap/# medicine in mexico pharmacies

  26. RobertMef表示:

    cheapest online pharmacy india: top 10 online pharmacy in india – india pharmacy mail order

  27. MauriceGueda表示:

    purple pharmacy mexico price list: mexico drug stores pharmacies – purple pharmacy mexico price list

  28. You’ll Be Unable To Guess Sofa Sleeper Couch’s Benefits Sofa sleeper Couch

發佈留言

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