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

  1. CarlosBrubs表示:

    http://pharmacynoprescription.pro/# online pharmacy no prescription

  2. Robingug表示:

    https://indianpharm.shop/# mail order pharmacy india

  3. RalphDiolo表示:

    buying from online mexican pharmacy: п»їbest mexican online pharmacies – mexico drug stores pharmacies

  4. RalphDiolo表示:

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

  5. Robingug表示:

    http://mexicanpharm.online/# buying from online mexican pharmacy

  6. CarlosBrubs表示:

    https://indianpharm.shop/# top 10 online pharmacy in india

  7. CarlosBrubs表示:

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

  8. RalphDiolo表示:

    pharmacies in mexico that ship to usa: medication from mexico pharmacy – mexico pharmacies prescription drugs

  9. Robingug表示:

    https://mexicanpharm.online/# purple pharmacy mexico price list

  10. RalphDiolo表示:

    canadian pharmacies that deliver to the us: canadian pharmacy – reliable canadian pharmacy

  11. JamieMearm表示:

    reputable indian pharmacies: online pharmacy india – indian pharmacy online

  12. RalphDiolo表示:

    cheapest online pharmacy india: india pharmacy mail order – best india pharmacy

  13. Robingug表示:

    https://pharmacynoprescription.pro/# best online pharmacy without prescription

  14. Jamesseick表示:

    india online pharmacy top 10 pharmacies in india indian pharmacies safe

  15. CarlosBrubs表示:

    http://mexicanpharm.online/# mexico drug stores pharmacies

  16. RalphDiolo表示:

    medicine in mexico pharmacies: reputable mexican pharmacies online – medicine in mexico pharmacies

  17. Jamesseick表示:

    world pharmacy india online shopping pharmacy india top 10 pharmacies in india

  18. I’m impressed, I must say. Rarely do I come across a blog that’s equally educative and interesting, and without a doubt, you have hit the nail on the head.
    The issue is something that too few men and women are speaking intelligently about.
    I’m very happy I stumbled across this during my search for something relating to
    this. I saw similar here: Najlepszy sklep

  19. BruceRer表示:

    where to buy ed pills: п»їed pills online – erectile dysfunction online prescription

  20. ShawnWhism表示:

    http://edpills.guru/# online ed prescription

  21. Irvincerce表示:

    order ed pills: cheap ed medicine – buy ed meds

  22. Patrickorilk表示:

    cheapest ed medication best ed meds online ed pills cheap

  23. ShawnWhism表示:

    http://pharmnoprescription.pro/# best online pharmacy without prescription

  24. ScottBoume表示:

    canada mail order prescription: canadian rx prescription drugstore – buy prescription drugs without a prescription

  25. RobertSlata表示:

    https://pharmnoprescription.pro/# order prescription drugs online without doctor

  26. sklep online表示:

    Wow, awesome weblog layout! How long have you been blogging for?
    you made running a blog glance easy. The overall glance
    of your website is fantastic, as neatly as
    the content! You can see similar here sklep internetowy

  27. ScottBoume表示:

    online pharmacy that does not require a prescription: can i buy prescription drugs in canada – online pharmacy without prescription

  28. ShawnWhism表示:

    http://edpills.guru/# cheap erectile dysfunction pills

  29. BruceRer表示:

    no prescription required pharmacy: mexico pharmacy online – online canadian pharmacy coupon

  30. BruceRer表示:

    online pharmacy non prescription drugs: online pharmacy india – reputable online pharmacy no prescription

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

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