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

  1. Harveyicofs表示:

    https://onlinepharmacyworld.shop/# online pharmacy discount code

  2. MatthewSox表示:

    canadian online pharmacy no prescription: canadian online pharmacy no prescription – best canadian pharmacy no prescription

  3. Philiputipt表示:

    best online pharmacy that does not require a prescription in india buy medications online no prescription prescription online canada

  4. Austinnet表示:

    buy erectile dysfunction treatment: boner pills online – ed pills

  5. Austinnet表示:

    prescription free canadian pharmacy: overseas pharmacy no prescription – no prescription pharmacy paypal

  6. ArmandoSausy表示:

    https://onlinepharmacyworld.shop/# buying prescription drugs from canada

  7. MatthewSox表示:

    best online ed meds: buy erectile dysfunction pills – buy ed pills online

  8. Philiputipt表示:

    erectile dysfunction online prescription online erectile dysfunction pills ed medicines online

  9. MatthewSox表示:

    where can i buy ed pills: buy ed medication online – buy ed pills

  10. Austinnet表示:

    canadian pharmacy discount code: cheapest prescription pharmacy – buying prescription drugs from canada

  11. Philiputipt表示:

    buy ed meds online where to buy erectile dysfunction pills cost of ed meds

  12. HarveyLaree表示:

    http://onlinepharmacyworld.shop/# cheapest pharmacy to fill prescriptions with insurance

  13. Philiputipt表示:

    canadian prescriptions in usa buy medication online with prescription indian pharmacy no prescription

  14. ArmandoSausy表示:

    http://edpill.top/# low cost ed medication

  15. MatthewSox表示:

    online pharmacy no prescription needed: reputable online pharmacy no prescription – cheapest pharmacy prescription drugs

  16. Harveyicofs表示:

    http://medicationnoprescription.pro/# overseas online pharmacy-no prescription

  17. MatthewSox表示:

    cheapest pharmacy for prescriptions: reputable online pharmacy no prescription – overseas pharmacy no prescription

  18. ArmandoSausy表示:

    https://onlinepharmacyworld.shop/# best canadian pharmacy no prescription

  19. Philiputipt表示:

    canada pharmacies online prescriptions online doctor prescription canada cheap prescription drugs online

  20. HarveyLaree表示:

    http://onlinepharmacyworld.shop/# legal online pharmacy coupon code

  21. Philiputipt表示:

    buy ed medication online cheapest ed treatment cheap ed pills online

  22. Philiputipt表示:

    erectile dysfunction pills for sale online ed medicine what is the cheapest ed medication

  23. HarveyLaree表示:

    https://onlinepharmacyworld.shop/# international pharmacy no prescription

  24. MatthewSox表示:

    no prescription pharmacy paypal: legit non prescription pharmacies – canadian pharmacy no prescription

  25. ArmandoSausy表示:

    https://onlinepharmacyworld.shop/# international pharmacy no prescription

  26. MatthewSox表示:

    pills for erectile dysfunction online: cheap ed pills online – discount ed pills

  27. Philiputipt表示:

    buy medication online no prescription meds no prescription order prescription drugs online without doctor

  28. Philiputipt表示:

    best online pharmacy without prescriptions how to order prescription drugs from canada non prescription pharmacy

  29. Harveyicofs表示:

    http://edpill.top/# pills for erectile dysfunction online

  30. Philiputipt表示:

    cheapest ed treatment discount ed pills affordable ed medication

發佈留言

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