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

  1. RaymondblorE表示:

    best mexican online pharmacies purple pharmacy mexico price list medication from mexico pharmacy

  2. RaymondblorE表示:

    mexican mail order pharmacies mexico pharmacies prescription drugs reputable mexican pharmacies online

  3. Scottnob表示:

    purple pharmacy mexico price list mexican rx online buying prescription drugs in mexico online

  4. RaymondblorE表示:

    mexican mail order pharmacies best mexican online pharmacies medicine in mexico pharmacies

  5. RaymondblorE表示:

    best online pharmacies in mexico mexican mail order pharmacies pharmacies in mexico that ship to usa

  6. CoreySweno表示:

    http://mexicanpharmacy.cheap/# mexican rx online

  7. RaymondblorE表示:

    mexico pharmacy medication from mexico pharmacy mexican rx online

  8. sitemap.xml表示:

    I’m rezlly enjoying the theme/design off your web site.

    Do yoou eveer run ibto aany browaser compaatibility issues?
    A feew oof my blpog audience have complainwd abouut my webssite nnot wolrking coorrectly inn Expllorer
    but lioks grest iin Safari. Do yyou hve aany tips to help ffix this problem?

  9. RaymondblorE表示:

    mexican mail order pharmacies best mexican online pharmacies medicine in mexico pharmacies

  10. MichaelDocky表示:

    http://mexicanpharmacy.cheap/# purple pharmacy mexico price list

  11. sitemap.xml表示:

    Wow, fantasyic blg format! How lengthy hve you besen runnng a
    blog for? you made running a bkog look easy.The whole glaznce off your website iis fantastic, let alone thee
    content material!

  12. Kiara表示:

    Awesome article.

  13. Scottnob表示:

    mexican rx online medicine in mexico pharmacies medicine in mexico pharmacies

  14. RaymondblorE表示:

    mexican pharmaceuticals online mexican mail order pharmacies mexican border pharmacies shipping to usa

  15. Frankslila表示:

    http://apotheke.company/# online apotheke deutschland

  16. StevenStasp表示:

    http://apotheke.company/# versandapotheke versandkostenfrei

  17. Raymondswity表示:

    online apotheke versandkostenfrei п»їonline apotheke versandapotheke

  18. Frankslila表示:

    http://viagrakaufen.store/# Sildenafil kaufen online

  19. Manuelrar表示:

    п»їonline apotheke: gГјnstige online apotheke – online apotheke gГјnstig

  20. Raymondswity表示:

    Viagra Generika kaufen Deutschland viagra tabletten Viagra kaufen ohne Rezept Schweiz

  21. StevenStasp表示:

    http://viagrakaufen.store/# Billig Viagra bestellen ohne Rezept

  22. Frankslila表示:

    http://cialiskaufen.pro/# online-apotheken

  23. Raymondswity表示:

    versandapotheke versandkostenfrei kamagra jelly kaufen versandapotheke versandkostenfrei

  24. sitemap表示:

    Hi, I doo thiknk ths is a great site. I stumbleddupon it 😉 I’m goijg to revisit oce again sijce i
    hae bookmarfked it. Monbey and freedom iss the best way tto change, may
    you bee rich andd continue tto helop oother people.

  25. StevenStasp表示:

    http://cialiskaufen.pro/# online-apotheken

  26. Frankslila表示:

    https://cialiskaufen.pro/# online apotheke preisvergleich

  27. Raymondswity表示:

    online apotheke deutschland cialis kaufen ohne rezept versandapotheke deutschland

  28. StevenStasp表示:

    https://cialiskaufen.pro/# online apotheke gГјnstig

  29. Frankslila表示:

    https://kamagrakaufen.top/# online apotheke versandkostenfrei

  30. Raymondswity表示:

    online apotheke versandkostenfrei cialis kaufen online apotheke deutschland

發佈回覆給「Frankslila」的留言 取消回覆

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