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

19,058 Responses

  1. The Advanced Guide To Double Glazed Window Repairs Near Me Double glazing Repair Near me

  2. CurtisBam表示:

    mexican rx online: Mexican Easy Pharm – best online pharmacies in mexico

  3. Brandonnot表示:

    canada rx pharmacy: canadian mail order pharmacy – canadian family pharmacy

  4. Brandonnot表示:

    IndianCertPharm: Indian pharmacy that ships to usa – Online medicine

  5. She was preceded indeath by her husband, Leonard Hampson, who died July 22, 1973, and one son, Leonard L. Hampson, who died March 14, 1989.

  6. LarryReupt表示:

    escrow pharmacy canada CanadianMdPharm cross border pharmacy canada

  7. AndreDib表示:

    my canadian pharmacy reviews https://mexicaneasypharm.com/# pharmacies in mexico that ship to usa
    online pharmacy india

  8. LarryReupt表示:

    Indian Cert Pharm Indian Cert Pharm Best Indian pharmacy

  9. Brandonnot表示:

    my canadian pharmacy rx: CanadianMdPharm – canadianpharmacymeds com

  10. What’s The Current Job Market For Wine Chiller Professionals Like?
    Wine chiller (https://bbsocialclub.com/)

  11. Brandonnot表示:

    best canadian online pharmacy: my canadian pharmacy – legitimate canadian pharmacy online

  12. Carrolleruck表示:

    https://canadianmdpharm.online/# canada pharmacy world
    best mail order pharmacy canada

  13. AndreDib表示:

    canadian pharmacy https://indiancertpharm.com/# buy prescription drugs from india
    Online medicine home delivery

  14. CurtisBam表示:

    legit canadian pharmacy online: canada rx pharmacy – thecanadianpharmacy

  15. Robert Everingham Texas household of Lyle & Tena of Onaway, Adrian MI & of NC.

  16. AndreDib表示:

    safe canadian pharmacy https://indiancertpharm.shop/# indian pharmacy
    world pharmacy india

  17. Brandonnot表示:

    canadian pharmacy 1 internet online drugstore: best canadian pharmacy to buy from – canadian pharmacy checker

  18. LarryReupt表示:

    Online medicine order Best online Indian pharmacy Indian pharmacy international shipping

  19. Brandonnot表示:

    Online medicine: Indian Cert Pharm – IndianCertPharm

  20. LarryReupt表示:

    buying from online mexican pharmacy mexican online pharmacies prescription drugs mexican pharmaceuticals online

  21. вывод из запоя в стационаре воронежа vyvod-iz-zapoya-v-stacionare-voronezh22.ru .

  22. CurtisBam表示:

    canadian drugs: canadian drug pharmacy – best canadian online pharmacy

  23. With only a few dabs of glue and the slide of an iron, you can also make your little one tops on the trick-or-deal with block or the hit of the Halloween social gathering with these no-sew kids’ Halloween costume masterpieces.

  24. Brandonnot表示:

    Online pharmacy: Indian Cert Pharm – Online pharmacy

  25. Taking the time to create an effective resume has been shown to CONSISTENTLY reduce job search times and result in higher salary offers.

發佈留言

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