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

  1. Patrickorilk表示:

    cheapest pharmacy for prescription drugs mexican online pharmacy canadian pharmacy without prescription

  2. ShawnWhism表示:

    https://edpills.guru/# pills for erectile dysfunction online

  3. Patrickorilk表示:

    online ed pills cheapest erectile dysfunction pills cheap erection pills

  4. ScottBoume表示:

    order ed meds online: ed treatments online – boner pills online

  5. ShawnWhism表示:

    https://onlinepharmacy.cheap/# drugstore com online pharmacy prescription drugs

  6. BruceRer表示:

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

  7. ScottBoume表示:

    canadian pharmacy no prescription: canada online pharmacy – canada pharmacy coupon

  8. RobertSlata表示:

    https://onlinepharmacy.cheap/# canadian pharmacy discount code

  9. Irvincerce表示:

    no prescription drugs: online medicine without prescription – mail order prescriptions from canada

  10. BruceRer表示:

    canadian pharmacy online no prescription: how to get a prescription in canada – online pharmacy not requiring prescription

  11. ShawnWhism表示:

    http://onlinepharmacy.cheap/# canadian pharmacy without prescription

  12. Irvincerce表示:

    online pharmacy not requiring prescription: pharmacy with no prescription – meds online no prescription

  13. BruceRer表示:

    best no prescription pharmacy: pharmacy online – rx pharmacy no prescription

  14. ScottBoume表示:

    canada pharmacy without prescription: canadian and international prescription service – buy prescription drugs online without doctor

  15. Irvincerce表示:

    prescription drugs from canada: discount pharmacy – canadian pharmacy no prescription needed

  16. Patrickorilk表示:

    cheap ed treatment cheap ed pills online ed pills for sale

  17. ShawnWhism表示:

    https://onlinepharmacy.cheap/# non prescription medicine pharmacy

  18. ShawnWhism表示:

    http://onlinepharmacy.cheap/# cheapest pharmacy to fill prescriptions without insurance

  19. ScottBoume表示:

    canadian prescription pharmacy: online pharmacy india – canadian pharmacy no prescription

  20. BruceRer表示:

    order ed pills online: where can i buy ed pills – cheapest ed treatment

  21. BruceRer表示:

    ed drugs online: erectile dysfunction meds online – how to get ed pills

  22. BruceRer表示:

    quality prescription drugs canada: buy prescription drugs online without – canada online prescription

  23. RobertSlata表示:

    http://edpills.guru/# order ed meds online

  24. Patrickorilk表示:

    online canadian pharmacy coupon online pharmacy delivery online canadian pharmacy coupon

  25. ScottBoume表示:

    buying erectile dysfunction pills online: cost of ed meds – order ed pills online

  26. ShawnWhism表示:

    https://onlinepharmacy.cheap/# canada online pharmacy no prescription

  27. Patrickorilk表示:

    no prescription pharmacy paypal canadian online pharmacy pharmacy online 365 discount code

  28. ShawnWhism表示:

    https://pharmnoprescription.pro/# pills no prescription

  29. BruceRer表示:

    pharmacy no prescription: medications online without prescription – buy prescription online

  30. ScottBoume表示:

    rxpharmacycoupons: online pharmacy delivery – online pharmacy non prescription drugs

發佈留言

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