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

26,908 Responses

  1. Felipevon表示:

    http://pharmcanada.shop/# canadian online drugs

  2. DavidThynC表示:

    cheapest pharmacy for prescription drugs pharmacy without prescription best canadian pharmacy no prescription

  3. DonaldFrown表示:

    international pharmacy no prescription: pharm world store – canada online pharmacy no prescription

  4. Donaldelaps表示:

    purple pharmacy mexico price list: best online pharmacies in mexico – mexican pharmaceuticals online

  5. WilliamThity表示:

    no prescription needed canadian pharmacy: pharm world – canadian pharmacy world coupon

  6. DavidThynC表示:

    indian pharmacy no prescription buy drugs online without prescription no prescription needed

  7. WilliamThity表示:

    non prescription pharmacy: prescription canada – online pharmacy with prescription

  8. WilliamThity表示:

    top online pharmacy india: buy medicines online in india – india pharmacy mail order

  9. Felipevon表示:

    https://pharmcanada.shop/# northwest pharmacy canada

  10. Felipevon表示:

    http://pharmcanada.shop/# pet meds without vet prescription canada

  11. DavidThynC表示:

    canadian pharmacy coupon code cheapest pharmacy canada pharmacy coupon

  12. DavidThynC表示:

    pharmacies in mexico that ship to usa mexican border pharmacies shipping to usa п»їbest mexican online pharmacies

  13. Felipevon表示:

    http://pharmmexico.online/# п»їbest mexican online pharmacies

  14. Donaldelaps表示:

    online pharmacy no prescription: no prescription drugs – online drugstore no prescription

  15. WilliamThity表示:

    mexican rx online: pharmacies in mexico that ship to usa – mexico pharmacies prescription drugs

  16. DavidThynC表示:

    pharmacy website india online shopping pharmacy india world pharmacy india

  17. DonaldFrown表示:

    uk pharmacy no prescription: cheapest pharmacy – cheapest pharmacy prescription drugs

  18. Donaldelaps表示:

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

  19. WilliamThity表示:

    online pharmacy discount code: online pharmacy – cheapest pharmacy for prescription drugs

  20. WilliamThity表示:

    canadian pharmacy antibiotics: canadian pharmacies comparison – canadian pharmacy king reviews

  21. Felipevon表示:

    http://pharmindia.online/# indian pharmacy

  22. Felipevon表示:

    https://pharmworld.store/# mail order pharmacy no prescription

  23. DavidThynC表示:

    canadian pharmacy non prescription canadian pharmacy prescription can you buy prescription drugs in canada

  24. Jerometappy表示:

    https://pharmindia.online/# best india pharmacy

  25. Jerometappy表示:

    https://pharmmexico.online/# buying prescription drugs in mexico online

  26. Donaldelaps表示:

    canadian pharmacy coupon: pharm world – prescription drugs online

  27. DonaldFrown表示:

    canadian prescriptions in usa: no prescription medication – how to buy prescriptions from canada safely

  28. Felipevon表示:

    http://pharmcanada.shop/# onlinepharmaciescanada com

  29. DavidThynC表示:

    cheapest prescription pharmacy pharm world best online pharmacy no prescription

  30. Jerometappy表示:

    https://pharmnoprescription.icu/# online medication no prescription

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

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