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

  1. RandallLoone表示:

    mexico pharmacies prescription drugs: mexican pharmacy acp – medicine in mexico pharmacies

  2. RandallLoone表示:

    safe canadian pharmacies: Canadian Pharmacy AAPD – best canadian online pharmacy

  3. MorganThymn表示:

    Best Indian pharmacy: Best Indian pharmacy – п»їlegitimate online pharmacies india

  4. RandallLoone表示:

    canada rx pharmacy world: Canadian Pharmacy AAPD – legitimate canadian pharmacy online

  5. MorganThymn表示:

    mexican pharmaceuticals online: mexican pharmacy acp – buying prescription drugs in mexico

  6. MorganThymn表示:

    maple leaf pharmacy in canada: Canadian Pharmacy AAPD – 77 canadian pharmacy

  7. Charlescek表示:

    India pharmacy ship to USA Indian pharmacy international shipping indian pharmacy

  8. MorganThymn表示:

    Indian Pharmacy Abp: India pharmacy ship to USA – indian pharmacy

  9. 594813 348327Hello! I could have sworn Ive been to this website before but soon after browsing via some with the post I realized it is new to me. Nonetheless, Im definitely pleased I found it and Ill be book-marking and checking back often! 265762

  10. MorganThymn表示:

    Best online Indian pharmacy: Online medicine home delivery – indian pharmacy

  11. RandallLoone表示:

    Online medicine home delivery: Best Indian pharmacy – Indian Pharmacy Abp

  12. MorganThymn表示:

    canadapharmacyonline legit: canadian mail order pharmacy – canada drug pharmacy

  13. Charlescek表示:

    online pharmacy canada Canadian Pharmacy AAPD canadian pharmacies

  14. RandallLoone表示:

    Online medicine home delivery: cheapest online pharmacy india – Indian Pharmacy Abp

  15. RandallLoone表示:

    mexican mail order pharmacies: mexican pharmacy acp – medication from mexico pharmacy

  16. When the Turquoise crystal is activated and worn on a Friday, it starts the strategy of balancing the chakras in the physique.

  17. Charlescek表示:

    pharmacy canadian superstore precription drugs from canada canadian online pharmacy

  18. MorganThymn表示:

    Best online Indian pharmacy: India pharmacy ship to USA – IndianPharmacyAbp

  19. Charlescek表示:

    Best Indian pharmacy indian pharmacy indian pharmacy

  20. RandallLoone表示:

    Indian pharmacy international shipping: Best online Indian pharmacy – india pharmacy mail order

  21. RandallLoone表示:

    IndianPharmacyAbp: Best online Indian pharmacy – Online medicine home delivery

  22. MorganThymn表示:

    medication from mexico pharmacy: mexican online pharmacies prescription drugs – mexican pharmacy acp

  23. MorganThymn表示:

    canadianpharmacyworld com: legitimate canadian pharmacy online – reliable canadian online pharmacy

  24. MorganThymn表示:

    Indian Pharmacy Abp: Online medicine home delivery – India pharmacy ship to USA

  25. Charlescek表示:

    reputable canadian online pharmacy Canadian Pharmacy AAPD canadian pharmacy ed medications

  26. RandallLoone表示:

    canadian pharmacy online store: Canadian Pharmacy AAPD – best canadian pharmacy

  27. RandallLoone表示:

    Indian pharmacy online: Indian pharmacy online – Indian pharmacy international shipping

  28. MorganThymn表示:

    best canadian pharmacy online: canadian valley pharmacy – canadian online pharmacy

  29. Manuelgript表示:

    http://mexicanpharmacyacp.com/# mexico drug stores pharmacies
    purple pharmacy mexico price list

  30. Manuelgript表示:

    https://canadianpharmacyaapd.shop/# the canadian pharmacy
    buying from online mexican pharmacy

發佈回覆給「เอเจนซี่ศัลยกรรมจีน」的留言 取消回覆

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