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

  1. DouglasGed表示:

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

  2. Leonardpar表示:

    https://edpillpharmacy.store/# buying ed pills online

  3. DouglasGed表示:

    indian pharmacy: best india pharmacy – indian pharmacy

  4. Charleshon表示:

    http://mexicopharmacy.win/# mexican mail order pharmacies
    cheap ed pills online

  5. DouglasGed表示:

    buy ed medication online: ED meds online with insurance – where to buy erectile dysfunction pills

  6. Charleshon表示:

    https://edpillpharmacy.store/# online ed drugs
    generic ed meds online

  7. Leonardpar表示:

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

  8. Leonardpar表示:

    https://mexicopharmacy.win/# mexican border pharmacies shipping to usa

  9. Leonardpar表示:

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

  10. Charleshon表示:

    https://mexicopharmacy.win/# reputable mexican pharmacies online
    cost of ed meds

  11. Charleshon表示:

    https://mexicopharmacy.win/# pharmacies in mexico that ship to usa
    cost of ed meds

  12. DouglasGed表示:

    buying from online mexican pharmacy: mexico pharmacy win – п»їbest mexican online pharmacies

  13. Leonardpar表示:

    https://mexicopharmacy.win/# purple pharmacy mexico price list

  14. DouglasGed表示:

    mexican mail order pharmacies: Purple pharmacy online ordering – buying prescription drugs in mexico online

  15. Charleshon表示:

    https://edpillpharmacy.store/# erectile dysfunction pills online
    ed meds cheap

  16. DouglasGed表示:

    pills for ed online: Cheapest online ED treatment – cheapest ed online

  17. Charleshon表示:

    http://edpillpharmacy.store/# where can i get ed pills
    erectile dysfunction medication online

  18. DouglasGed表示:

    purple pharmacy mexico price list: Medicines Mexico – mexican rx online

  19. 20 Things That Only The Most Devoted Bio-Ethanol Fireplace Fans Should Know bioethanol Fire Insert

  20. Top slots表示:

    10 Facts About Slot Sites That Will Instantly Put You In Good Mood Top slots

  21. Leonardpar表示:

    https://edpillpharmacy.store/# ed meds cheap

  22. Cyrus表示:

    Why Do So Many People Are Attracted To Double Glazing Glass Replacement?
    replacement double glazing glass [Cyrus]

  23. Charleshon表示:

    https://mexicopharmacy.win/# mexican rx online
    erectile dysfunction meds online

  24. Charleshon表示:

    https://indiapharmacy.shop/# buy prescription drugs from india
    online ed medication

  25. The 10 Most Dismal L Shaped Loft Bed Failures Of All Time
    Could Have Been Prevented l Shaped cabin beds

  26. 15 Presents For Your Butt Plug Shop Lover In Your Life sex and butt plug

  27. Leonardpar表示:

    https://mexicopharmacy.win/# mexico pharmacies prescription drugs

  28. Charleshon表示:

    https://indiapharmacy.shop/# indian pharmacies safe
    buy erectile dysfunction pills

  29. DouglasGed表示:

    cheap boner pills: Cheapest online ED treatment – where to buy erectile dysfunction pills

發佈留言

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