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

  1. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин siemens рядом, можете посмотреть на сайте: ремонт стиральных машин siemens в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  2. SamuelBix表示:

    where can i buy cipro online: buy cipro – buy generic ciprofloxacin

  3. SamuelBix表示:

    where to buy prednisone uk: Predni Best – prednisone tabs 20 mg

  4. SamuelBix表示:

    amoxicillin 200 mg tablet: buy amoxicillin 500mg canada – amoxil generic

  5. KennethPah表示:

    buy cipro online usa ci pharm delivery cipro

  6. SamuelBix表示:

    order prednisone: prednisone over the counter uk – how much is prednisone 5mg

  7. DanielAbice表示:

    http://amoxstar.com/# amoxicillin buy no prescription

  8. анонимный чат без регистрации анонимный чат без регистрации .

  9. KennethPah表示:

    875 mg amoxicillin cost Amox Star purchase amoxicillin online

  10. RobertJar表示:

    prednisone 5 tablets: PredniBest – buy 10 mg prednisone

  11. RobertJar表示:

    how to buy generic clomid no prescription: get generic clomid tablets – where buy clomid without insurance

  12. KennethPah表示:

    can i buy prednisone over the counter in usa Predni Best online prednisone

  13. RobertJar表示:

    amoxicillin buy no prescription: amoxicillin pills 500 mg – where can i get amoxicillin

  14. DanielAbice表示:

    https://clomidonpharm.com/# buying generic clomid without dr prescription

  15. KennethPah表示:

    prednisone drug costs prednisone prescription online prednisone 20mg price in india

  16. KennethPah表示:

    cipro pharmacy ci pharm delivery buy cipro without rx

  17. DanielAbice表示:

    http://clomidonpharm.com/# can you buy generic clomid

  18. DanielAbice表示:

    https://prednibest.com/# steroids prednisone for sale

  19. DanielAbice表示:

    http://cipharmdelivery.com/# п»їcipro generic

  20. SamuelBix表示:

    can you buy amoxicillin over the counter in canada: AmoxStar – cheap amoxicillin 500mg

  21. RobertJar表示:

    prednisone brand name us: Predni Best – prednisone 20 tablet

  22. SamuelBix表示:

    amoxicillin 500mg prescription: amoxicillin 500 mg tablets – canadian pharmacy amoxicillin

  23. SamuelBix表示:

    amoxicillin pharmacy price: amoxicillin online purchase – amoxicillin cephalexin

  24. KennethPah表示:

    can i order cheap clomid pills can you get clomid without dr prescription clomid generics

  25. DanielAbice表示:

    http://clomidonpharm.com/# can you get cheap clomid

  26. RobertJar表示:

    prednisone without prescription medication: prednisone 20mg – prednisone 50mg cost

  27. SamuelBix表示:

    buy prednisone 10mg online: cheap prednisone 20 mg – prednisone 20mg price in india

  28. KennethPah表示:

    prednisone without prescription.net PredniBest prednisone 10 mg online

  29. KennethPah表示:

    how to get generic clomid tablets how to buy generic clomid without prescription cost generic clomid without insurance

發佈留言

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