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

26,752 Responses

  1. StevenZen表示:

    buy cytotec pills online cheap: п»їcytotec pills online – Misoprostol 200 mg buy online

  2. BobbyPem表示:

    http://doxycyclinebestprice.pro/# doxycycline prices

  3. DavidFrels表示:

    doxycycline 100mg capsules: buy doxycycline online uk – generic for doxycycline

  4. DavidFrels表示:

    doxycycline 50 mg: doxy 200 – doxycycline online

  5. DavidFrels表示:

    buy doxycycline for dogs: doxycycline 100mg online – doxycycline tetracycline

  6. StevenZen表示:

    prinivil cost: 16 lisinopril – zestril 40 mg tablet

  7. Jamesarill表示:

    https://nolvadex.fun/# tamoxifen citrate pct

  8. Brandonjat表示:

    cytotec pills buy online buy cytotec pills cytotec online

  9. Jamesarill表示:

    https://lisinoprilbestprice.store/# lisinopril medication otc

  10. BobbyPem表示:

    http://cytotec.icu/# buy cytotec online

  11. Brucevaf表示:

    tamoxifen premenopausal: tamoxifen endometrium – tamoxifen side effects forum

  12. BobbyPem表示:

    http://zithromaxbestprice.icu/# zithromax for sale us

  13. Brandonjat表示:

    buy zithromax without prescription online zithromax prescription in canada zithromax generic price

  14. DavidFrels表示:

    prinivil 2.5 mg: lisinopril 20 mg daily – cost of lisinopril 5 mg

  15. DavidFrels表示:

    Misoprostol 200 mg buy online: Cytotec 200mcg price – buy cytotec online fast delivery

  16. DavidFrels表示:

    tamoxifen alternatives: tamoxifen chemo – tamoxifen and osteoporosis

  17. Jamesarill表示:

    http://cytotec.icu/# Abortion pills online

  18. BobbyPem表示:

    https://doxycyclinebestprice.pro/# doxycycline without prescription

  19. Brucevaf表示:

    tamoxifen and osteoporosis: common side effects of tamoxifen – п»їdcis tamoxifen

  20. BobbyPem表示:

    http://nolvadex.fun/# where to buy nolvadex

  21. BobbyPem表示:

    https://lisinoprilbestprice.store/# lisinopril online canadian pharmacy

  22. DavidFrels表示:

    purchase cytotec: buy cytotec – buy cytotec in usa

  23. DavidFrels表示:

    buy misoprostol over the counter: buy cytotec online – Misoprostol 200 mg buy online

  24. DavidFrels表示:

    zithromax pill: zithromax for sale 500 mg – cost of generic zithromax

  25. StevenZen表示:

    generic zithromax medicine: zithromax 250 mg – zithromax online

  26. StevenZen表示:

    buy cytotec: buy cytotec online fast delivery – buy cytotec over the counter

  27. Jamesarill表示:

    https://nolvadex.fun/# nolvadex for pct

發佈留言

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