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

  1. KennethPah表示:

    cheap clomid without dr prescription where to get generic clomid online can i order generic clomid online

  2. DanielAbice表示:

    https://prednibest.com/# prednisone 20

  3. KennethPah表示:

    generic prednisone cost prednisone 50 mg coupon 40 mg prednisone pill

  4. DanielAbice表示:

    http://cipharmdelivery.com/# buy cipro cheap

  5. Just some days ago, a buddy of mine — coincidentally a physiologist — wrote complaining of the historical folly of science of at all times evaluating the brain with whatever device happens to signify the acme of technology.

  6. KennethPah表示:

    amoxicillin online purchase generic amoxicillin cost buy amoxicillin from canada

  7. Army would first need to capture the city of Aachen in one of the toughest urban battles of World War II.

  8. SamuelBix表示:

    prednisone 50: Predni Best – prednisone 50

  9. SamuelBix表示:

    order generic clomid pills: clomidonpharm – cost generic clomid pills

  10. SamuelBix表示:

    order clomid pills: buy clomid without prescription – clomid online

  11. KennethPah表示:

    prednisone 10mg buy online prednisone 5mg capsules best pharmacy prednisone

  12. RobertJar表示:

    ciprofloxacin 500mg buy online: ci pharm delivery – buy cipro without rx

  13. RobertJar表示:

    can you buy cheap clomid without insurance: clomidonpharm – can you get generic clomid

  14. SamuelBix表示:

    ciprofloxacin 500 mg tablet price: CiPharmDelivery – buy cipro online without prescription

  15. RobertJar表示:

    can you get clomid now: clomid on pharm – can i order clomid tablets

  16. DanielAbice表示:

    https://cipharmdelivery.com/# ciprofloxacin order online

  17. KennethPah表示:

    how to get cheap clomid for sale can i purchase generic clomid without prescription where to buy generic clomid without rx

  18. MiguelUnind表示:

    http://prednibest.com/# prednisone 20mg prescription cost

  19. вызов нарколога на дом круглосуточно вызов нарколога на дом круглосуточно .

  20. DanielAbice表示:

    http://cipharmdelivery.com/# buy ciprofloxacin

  21. DanielAbice表示:

    https://clomidonpharm.com/# can i order cheap clomid pill

  22. DanielAbice表示:

    http://cipharmdelivery.com/# antibiotics cipro

  23. KennethPah表示:

    buying prednisone on line prednisone 10 tablet prednisone 2.5 tablet

  24. MiguelUnind表示:

    https://clomidonpharm.com/# cost of generic clomid price

  25. KennethPah表示:

    amoxicillin 500mg over the counter AmoxStar can you buy amoxicillin over the counter canada

發佈留言

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