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

  1. Felipevon表示:

    http://pharmworld.store/# best canadian pharmacy no prescription

  2. Felipevon表示:

    https://pharmmexico.online/# pharmacies in mexico that ship to usa

  3. Donaldelaps表示:

    rxpharmacycoupons: pharmacy coupons – non prescription medicine pharmacy

  4. DonaldFrown表示:

    pharmacy with no prescription: canada pharmacy without prescription – canada online prescription

  5. DavidThynC表示:

    online pharmacy that does not require a prescription order prescription from canada canadian pharmacy prescription

  6. Felipevon表示:

    https://pharmcanada.shop/# canadian pharmacy store

  7. DavidThynC表示:

    india pharmacy mail order indianpharmacy com online pharmacy india

  8. Why Accident And Injury Attorneys You’ll Use As Your Next Big Obsession? Accident Attorney Montgomery

  9. WilliamThity表示:

    pharmacies in mexico that ship to usa: buying prescription drugs in mexico – buying prescription drugs in mexico

  10. DavidThynC表示:

    п»їlegitimate online pharmacies india reputable indian pharmacies cheapest online pharmacy india

  11. WilliamThity表示:

    online pharmacies without prescriptions: order prescription drugs online without doctor – no prescription medicine

  12. WilliamThity表示:

    canadian pharmacy world coupon: online pharmacy – canadian pharmacy world coupon

  13. Felipevon表示:

    https://pharmcanada.shop/# canadian drug pharmacy

  14. Felipevon表示:

    https://pharmworld.store/# canada pharmacy not requiring prescription

  15. DonaldFrown表示:

    best online pharmacy india: indianpharmacy com – п»їlegitimate online pharmacies india

  16. DavidThynC表示:

    Online medicine order world pharmacy india cheapest online pharmacy india

  17. Donaldelaps表示:

    Online medicine home delivery: top online pharmacy india – buy prescription drugs from india

  18. Felipevon表示:

    http://pharmworld.store/# online pharmacy no prescription

  19. DavidThynC表示:

    prescription drugs from canada online pharmacy without prescription canada drugs coupon code

  20. WilliamThity表示:

    canadian pharmacies that deliver to the us: best canadian pharmacy online – safe reliable canadian pharmacy

  21. Donaldelaps表示:

    mexican mail order pharmacies: buying from online mexican pharmacy – mexican online pharmacies prescription drugs

  22. DavidThynC表示:

    cheapest pharmacy for prescription drugs pharm world store rxpharmacycoupons

  23. WilliamThity表示:

    indian pharmacy paypal: top 10 pharmacies in india – indianpharmacy com

  24. porn Stars表示:

    20 Things You Must Know About Prettiest Pornstar porn Stars

  25. WilliamThity表示:

    canadian rx prescription drugstore: overseas online pharmacy-no prescription – no prescription pharmacy

  26. Felipevon表示:

    https://pharmcanada.shop/# reputable canadian online pharmacies

  27. DonaldFrown表示:

    online pharmacy no prescriptions: how to buy prescriptions from canada safely – medication online without prescription

  28. Felipevon表示:

    http://pharmindia.online/# indian pharmacy

  29. Jerometappy表示:

    http://pharmcanada.shop/# reputable canadian pharmacy

  30. Donaldelaps表示:

    quality prescription drugs canada: online medication no prescription – canadian pharmacy online no prescription

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

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