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

14,176 Responses

  1. RobertSic表示:

    tamoxifen men tamoxifen vs clomid tamoxifen mechanism of action

  2. RobertSic表示:

    order cytotec online cytotec abortion pill order cytotec online

  3. LewisTwera表示:

    https://prednisonebestprice.pro/# prednisone 5 mg cheapest

  4. You’ll Never Guess This Cheap Store Online’s Benefits Cheap store online

  5. Wow, incredible weblog format! How long have you been running a blog for? you make running a blog look easy. The whole look of your web site is magnificent, well the content material!

  6. PatrickTig表示:

    http://propeciabestprice.pro/# cheap propecia without prescription

  7. Matthewchact表示:

    zithromax 500 price: zithromax without prescription – buy zithromax 1000mg online

  8. RobertSic表示:

    cost cheap propecia tablets cheap propecia pill get generic propecia without rx

  9. Look into my homepage :: hookups near me

  10. RobertHaumn表示:

    tamoxifen citrate: hysterectomy after breast cancer tamoxifen – nolvadex 10mg

  11. RobertHaumn表示:

    is nolvadex legal: tamoxifen menopause – nolvadex steroids

  12. LewisTwera表示:

    http://zithromaxbestprice.pro/# zithromax canadian pharmacy

  13. LewisTwera表示:

    https://prednisonebestprice.pro/# prednisone 10 mg brand name

  14. 10 Things You Learned In Preschool That Will Help You With Volvo Car Key Replacement Volvo key Replacement Locksmith

  15. PatrickTig表示:

    https://zithromaxbestprice.pro/# zithromax 500mg price

  16. PatrickTig表示:

    https://prednisonebestprice.pro/# prednisone steroids

  17. Matthewchact表示:

    can you buy zithromax over the counter in canada: zithromax cost uk – where to get zithromax over the counter

  18. Matthewchact表示:

    tamoxifen medication: tamoxifen vs raloxifene – where can i buy nolvadex

  19. RobertSic表示:

    buy cytotec over the counter Misoprostol 200 mg buy online purchase cytotec

  20. RobertSic表示:

    buy zithromax online cheap zithromax pills zithromax for sale us

  21. 9 Lessons Your Parents Taught You About Car Key Replacement Service Near Me car key replacement service near me

  22. Youre so cool! I dont suppose Ive read something like this before. So good to find someone with some authentic ideas on this subject. realy thanks for starting this up. this website is one thing that is wanted on the net, somebody with a little originality. helpful job for bringing one thing new to the web!

  23. LewisTwera表示:

    http://propeciabestprice.pro/# cheap propecia

  24. See What Sex Toys For Clitoris Tricks The Celebs Are Using sex toys
    For clitoris [staal-hogan.Federatedjournals.com]

  25. PatrickTig表示:

    http://zithromaxbestprice.pro/# zithromax generic price

  26. Matthewchact表示:

    50mg prednisone tablet: buy prednisone without a prescription best price – prednisone daily use

  27. RobertSic表示:

    buy propecia now generic propecia without dr prescription generic propecia

  28. This sort of thing needs to happen! Really its a must to take a look past everything and get upset. Now this will let you take the next steps to becoming successful.

發佈留言

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