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

  1. PokerTube表示:

    Here is my web site :: PokerTube

  2. 7 Secrets About Fridge Freezer Sale That Nobody Will Tell You Fridge Freezer on Sale

  3. Feel free to surf to my web page: Highstakes Online

  4. DouglasGed表示:

    best online pharmacy india: Top mail order pharmacies – indian pharmacies safe

  5. Leonardpar表示:

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

  6. You’ll Never Be Able To Figure Out This Best Robot Vacuum And Mop For Dog Hair’s Benefits best robot Vacuum And mop for dog hair

  7. DouglasGed表示:

    ed pills for sale: affordable ed medication – ed medicines

  8. DouglasGed表示:

    reputable indian online pharmacy: Online pharmacy – pharmacy website india

  9. Leonardpar表示:

    http://mexicopharmacy.win/# pharmacies in mexico that ship to usa

  10. DouglasGed表示:

    buy erectile dysfunction treatment: online ed prescription same-day – buy ed medication

  11. Leonardpar表示:

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

  12. Leonardpar表示:

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

  13. The most common approach followed by the investor invest in the popular stock but there is no any fixed rate to rising in the business.

  14. Your Family Will Thank You For Getting This Horizontal Designer Radiators vertical designer radiator [http://www.stes.tyc.edu.tw/]

  15. DouglasGed表示:

    erectile dysfunction medication online: Cheap ED pills online – ed medications online

  16. I’m amazed, I have to admit. Rarely do I come across a blog that’s equally educative and engaging, and let me tell you, you’ve hit the nail on the head. The issue is an issue that not enough folks are speaking intelligently about. I am very happy I stumbled across this in my search for something relating to this.

  17. Leonardpar表示:

    https://indiapharmacy.shop/# cheapest online pharmacy india

  18. DouglasGed表示:

    cheapest erectile dysfunction pills: Cheap ED pills online – discount ed pills

  19. DouglasGed表示:

    mexico drug stores pharmacies: Medicines Mexico – mexican rx online

  20. DouglasGed表示:

    mexican rx online: Certified Mexican pharmacy – mexico pharmacies prescription drugs

  21. Everything You Need To Learn About Mesothelioma Law Firm Attorneys At
    Kochersberger Madelon Indlinkk Mesothelioma Attorney Ohio
    (https://Willysforsale.Com)

  22. SWFs are primarily commodity-based and many have been established by oil-rich states.

  23. Rashad表示:

    Feel free to visit my web page – Rashad

  24. Leonardpar表示:

    http://mexicopharmacy.win/# pharmacies in mexico that ship to usa

  25. DouglasGed表示:

    india pharmacy: Online medicine home delivery – top 10 online pharmacy in india

  26. The 3 Greatest Moments In Good Accident Lawyers History accident lawyers no injury (https://patrimoine.minesparis.Psl.eu/)

  27. DouglasGed表示:

    india pharmacy: Top mail order pharmacies – best online pharmacy india

  28. Leonardpar表示:

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

  29. DouglasGed表示:

    purple pharmacy mexico price list: Best online Mexican pharmacy – pharmacies in mexico that ship to usa

發佈留言

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