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

  1. Brianchoky表示:

    https://canadianpharmacy.win/# canadian pharmacy online

  2. Brianchoky表示:

    https://indianpharmacy.win/# п»їlegitimate online pharmacies india

  3. Jamesknowl表示:

    http://indianpharmacy.win/# cheapest online pharmacy india

  4. LarryHom表示:

    https://canadianpharmacy.win/# reliable canadian pharmacy reviews

  5. LarryHom表示:

    http://canadianpharmacy.win/# canada pharmacy 24h

  6. LarryHom表示:

    https://indianpharmacy.win/# pharmacy website india

  7. ClaytonGauct表示:

    buy medicines online in india: Online medicine order – indian pharmacy paypal

  8. Brianchoky表示:

    http://canadianpharmacy.win/# canadianpharmacyworld

  9. ClaytonGauct表示:

    mexican border pharmacies shipping to usa: purple pharmacy mexico price list – pharmacies in mexico that ship to usa

  10. ClaytonGauct表示:

    pharmacy website india: top online pharmacy india – top online pharmacy india

  11. Jamesknowl表示:

    http://canadianpharmacy.win/# pharmacies in canada that ship to the us

  12. Brianchoky表示:

    https://mexicanpharmacy.store/# п»їbest mexican online pharmacies

  13. ClaytonGauct表示:

    real canadian pharmacy: best online canadian pharmacy – canadian pharmacy antibiotics

  14. Jamestus表示:

    best online pharmacy india online shopping pharmacy india best online pharmacy india

  15. Jamesknowl表示:

    https://indianpharmacy.win/# cheapest online pharmacy india

  16. LarryHom表示:

    https://indianpharmacy.win/# indian pharmacy online

  17. DarrenWab表示:

    пин ап казино gramster gramster.ru

  18. RobertCow表示:

    пин ап казино: gramster – пин ап вход

  19. Jeffreywex表示:

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

  20. Jamesboype表示:

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

  21. Jamesboype表示:

    http://gramster.ru/# pinup 2025

  22. Jeffreywex表示:

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

  23. 5 Killer Quora Answers To Landlord Gas Safety Certificate Milton Keynes Gas Safety Certificate
    Milton Keynes (http://Www.Hulkshare.Com)

  24. Jeffreywex表示:

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

  25. WilliamDen表示:

    https://gramster.ru/# gramster.ru

  26. Jamesboype表示:

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

  27. DarrenWab表示:

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

發佈留言

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