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

17,342 Responses

  1. RobertPex表示:

    en kazancl? slot oyunlar? slot tr online az parayla cok kazandiran slot oyunlar?

  2. EdwardApest表示:

    http://slottr.top/# slot oyunlar? puf noktalar?

  3. Josephnor表示:

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

  4. RobertPex表示:

    yasal casino siteleri yeni bonus veren bahis siteleri canlД± casino oyna

  5. Josephnor表示:

    en kazancl? slot oyunlar?: en cok kazand?ran slot oyunlar? – slot oyunlar?

  6. Josephnor表示:

    пин ап зеркало: pinup2025.com – пин ап вход

  7. Josephnor表示:

    orisbet giriЕџ: yasal kumar siteleri – betboo giriЕџ

  8. EdwardApest表示:

    http://pinup2025.com/# пин ап зеркало

  9. Justinlib表示:

    https://slottr.top/# en kazancl? slot oyunlar?

  10. EdwardApest表示:

    https://casinositeleri2025.pro/# saДџlam bahis siteleri 2025

  11. EdwardApest表示:

    https://slottr.top/# az parayla cok kazandiran slot oyunlar?

  12. RobertPex表示:

    en kazancl? slot oyunlar? slot tr online slot oyunlar?

  13. RobertPex表示:

    en kazancl? slot oyunlar? az parayla cok kazandiran slot oyunlar? az parayla cok kazandiran slot oyunlar?

  14. Black then faces an necessary resolution.

  15. Justinlib表示:

    http://pinup2025.com/# пин ап казино

  16. Josephnor表示:

    en kazancl? slot oyunlar?: slot siteleri – az parayla cok kazandiran slot oyunlar?

  17. Flagstaff Prime Producers Real Property.

  18. Josephnor表示:

    slot oyunlar? puf noktalar?: slot oyunlar? – slot oyunlar? puf noktalar?

  19. Travel Agent spoke onboard with Steve Simao, vice president of gross sales, Windstar Cruises, and asked him how advisors can see and experience the newly revitalized Star-Plus class ships?

  20. RobertPex表示:

    пин ап вход пин ап казино пин ап зеркало

  21. Josephnor表示:

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

  22. Josephnor表示:

    slot tr online: slot tr online – slot oyunlar? puf noktalar?

  23. Josephnor表示:

    gГјvenilir illegal bahis siteleri: online casino bet – bonus veren bahis siteleri casino

  24. TravisFlasp表示:

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

發佈留言

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