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

18,444 Responses

  1. RobertCow表示:

    gramster.ru: Gramster – pinup 2025

  2. Jeffreywex表示:

    http://gramster.ru/# pinup 2025

  3. RobertCow表示:

    пин ап вход: Gramster – пин ап

  4. RobertCow表示:

    пин ап: gramster – пинап казино

  5. DarrenWab表示:

    pinup 2025 gramster pinup 2025

  6. WilliamDen表示:

    https://gramster.ru/# пин ап

  7. RobertCow表示:

    пин ап зеркало: gramster.ru – пинап казино

  8. DarrenWab表示:

    пин ап казино официальный сайт gramster pinup 2025

  9. Jamesboype表示:

    https://gramster.ru/# пинап казино

  10. What’s The Current Job Market For Vehicle Key Repairs Professionals?
    Vehicle key repairs

  11. Jeffreywex表示:

    https://gramster.ru/# пин ап казино официальный сайт

  12. It is all the time wedding ceremony season here, so we decided to take a bite out of each slice of cake that comes our method to convey you an inventory of 10 unusual and distinctive choices in your wedding ceremony cake.

  13. Jeffreywex表示:

    http://gramster.ru/# pinup 2025

  14. Jamesboype表示:

    https://gramster.ru/# pinup 2025

  15. Everybody is on the lookout for something completely different in a potential companion, so somebody your greatest good friend may fall head over heels in love with may not cause you to turn your head.

  16. Jamesboype表示:

    http://gramster.ru/# пин ап казино

  17. Why Double Glazed Window Handle Is Everywhere This Year Tilt
    and turn window handle broken, http://www.dermandar.com,

  18. WilliamDen表示:

    http://gramster.ru/# пин ап вход

  19. 15 Best Locksmith Near Me Emergency Bloggers You Must Follow best locksmith
    near Me; https://kingranks.com,

  20. Jamesboype表示:

    https://gramster.ru/# пинап казино

  21. DarrenWab表示:

    пин ап казино официальный сайт gramster.ru gramster.ru

  22. DarrenWab表示:

    пин ап казино Gramster pinup 2025

  23. Jeffreywex表示:

    https://gramster.ru/# пин ап казино официальный сайт

  24. WilliamDen表示:

    http://gramster.ru/# gramster.ru

  25. Jamesboype表示:

    https://gramster.ru/# pinup 2025

  26. WilliamDen表示:

    http://gramster.ru/# pinup 2025

  27. RobertCow表示:

    пинап казино: Gramster – пин ап казино зеркало

  28. You’ll Never Guess This Misted Double Glazing Repairs’s Benefits misted double Glazing Repairs

發佈留言

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