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

15,086 Responses

  1. DouglasGed表示:

    п»їed pills online: ED meds online with insurance – ed medications cost

  2. Leonardpar表示:

    http://indiapharmacy.shop/# indian pharmacy online

  3. Leonardpar表示:

    http://edpillpharmacy.store/# low cost ed meds online

  4. Teams work best when there is constant interaction to ensure effective communication, clarity and understanding of the work at hand.

  5. So much has changed in so little time to such an extent that applying the same measures of management accounting that people applied over the years may not be very fruitful.

  6. Leonardpar表示:

    https://edpillpharmacy.store/# ed medication online

  7. DouglasGed表示:

    ed pills for sale: ED meds online with insurance – erectile dysfunction online

  8. DouglasGed表示:

    ed med online: cheapest online ed meds – pills for ed online

  9. Corporate law is often divided into corporate governance (which concerns the various power relations within a corporation) and corporate finance (which concerns the rules on how capital is used).

  10. DouglasGed表示:

    top 10 online pharmacy in india: indian pharmacy – indian pharmacy paypal

  11. DouglasGed表示:

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

  12. Leonardpar表示:

    https://edpillpharmacy.store/# erectile dysfunction drugs online

  13. link bokep表示:

    Way cool! Some extremely valid points! I appreciate you writing this article and also the rest of the website is also really good.

  14. Leonardpar表示:

    https://indiapharmacy.shop/# india pharmacy mail order

  15. DouglasGed表示:

    low cost ed meds online: Best ED pills non prescription – online ed drugs

  16. DouglasGed表示:

    pills for erectile dysfunction online: online ed prescription same-day – ed treatments online

  17. Leonardpar表示:

    http://indiapharmacy.shop/# top 10 online pharmacy in india

  18. DouglasGed表示:

    reputable indian pharmacies: Online medicine home delivery – reputable indian pharmacies

  19. Backpage表示:

    I blog frequently and I truly thank you for your information. Your article has truly peaked my interest. I’m going to take a note of your website and keep checking for new details about once a week. I subscribed to your Feed too.

  20. Leonardpar表示:

    https://mexicopharmacy.win/# buying prescription drugs in mexico online

  21. DouglasGed表示:

    best ed medication online: online ed prescription same-day – online erectile dysfunction

  22. Charleshon表示:

    http://mexicopharmacy.win/# п»їbest mexican online pharmacies
    ed rx online

  23. Charleshon表示:

    http://edpillpharmacy.store/# buy ed meds online
    low cost ed pills

發佈留言

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