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

25,749 Responses

  1. Robingug表示:

    https://pharmacynoprescription.pro/# purchasing prescription drugs online

  2. CarlosBrubs表示:

    http://pharmacynoprescription.pro/# medications online without prescriptions

  3. VictorEveft表示:

    buy canadian drugs: legitimate canadian online pharmacies – canadian medications

  4. It’s very interesting! If you need help, look here: ARA Agency

  5. Jamesseick表示:

    meds no prescription canadian prescription prices canada pharmacy online no prescription

  6. RalphDiolo表示:

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

  7. Robingug表示:

    https://canadianpharm.guru/# canada pharmacy reviews

  8. VictorEveft表示:

    india online pharmacy: reputable indian online pharmacy – buy medicines online in india

  9. RalphDiolo表示:

    canada pharmacy online no prescription: canada prescriptions by mail – non prescription pharmacy

  10. Robingug表示:

    http://canadianpharm.guru/# canadian pharmacy in canada

  11. RalphDiolo表示:

    online canadian drugstore: canadian drug pharmacy – canada rx pharmacy world

  12. Jamesseick表示:

    best online pharmacy india top 10 online pharmacy in india reputable indian online pharmacy

  13. sklep表示:

    Hey! Do you know if they make any plugins to assist with Search Engine Optimization? I’m
    trying to get my blog to rank for some targeted keywords but I’m not seeing very good results.
    If you know of any please share. Thanks! You can read similar text here: Najlepszy sklep

  14. VictorEveft表示:

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

  15. JamieMearm表示:

    reputable indian online pharmacy: india pharmacy – п»їlegitimate online pharmacies india

  16. CarlosBrubs表示:

    https://canadianpharm.guru/# canadian pharmacy ltd

  17. Robingug表示:

    https://canadianpharm.guru/# canadian pharmacy scam

  18. RalphDiolo表示:

    buying prescription drugs in india: canada pharmacy no prescription – meds no prescription

  19. Robingug表示:

    http://indianpharm.shop/# buy prescription drugs from india

  20. VictorEveft表示:

    online pharmacy india: indian pharmacy paypal – pharmacy website india

  21. RalphDiolo表示:

    canadian online drugs: best online canadian pharmacy – best canadian pharmacy

  22. RalphDiolo表示:

    indianpharmacy com: top 10 online pharmacy in india – indian pharmacies safe

  23. CarlosBrubs表示:

    https://mexicanpharm.online/# mexican mail order pharmacies

  24. VictorEveft表示:

    mexico pharmacy: mexican pharmaceuticals online – mexico drug stores pharmacies

  25. Robingug表示:

    http://mexicanpharm.online/# medication from mexico pharmacy

  26. CarlosBrubs表示:

    https://canadianpharm.guru/# reputable canadian pharmacy

  27. Robingug表示:

    http://mexicanpharm.online/# reputable mexican pharmacies online

  28. RalphDiolo表示:

    pharmacy website india: best online pharmacy india – indian pharmacy online

  29. Jamesseick表示:

    mexican border pharmacies shipping to usa mexico drug stores pharmacies buying from online mexican pharmacy

  30. JamieMearm表示:

    best non prescription online pharmacy: pharmacy with no prescription – cheap drugs no prescription

發佈回覆給「Robingug」的留言 取消回覆

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