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

24,739 Responses

  1. RobertRix表示:

    http://zithromaxall.shop/# zithromax over the counter canada

  2. DavidrAilk表示:

    amoxicillin 50 mg tablets generic amoxicillin 500mg amoxicillin online canada

  3. Edwardjem表示:

    how to buy clomid: where buy clomid – how can i get clomid without a prescription

  4. DavidrAilk表示:

    buy prednisone tablets online prednisone 10mg tablets 10 mg prednisone tablets

  5. DavidRuils表示:

    buy amoxicillin from canada: amoxicillin for sale online – generic for amoxicillin

  6. RobertRix表示:

    https://clomidall.com/# order cheap clomid without prescription

  7. DavidrAilk表示:

    zithromax 600 mg tablets zithromax over the counter uk can you buy zithromax over the counter

  8. DavidrAilk表示:

    prednisone medication prednisone buy canada prednisone 12 mg

  9. DavidRuils表示:

    zithromax cost uk: buy generic zithromax no prescription – zithromax over the counter canada

  10. DavidrAilk表示:

    can i order generic clomid without insurance can i purchase clomid price buying generic clomid no prescription

  11. RobertRix表示:

    http://zithromaxall.com/# zithromax over the counter canada

  12. DavidRuils表示:

    how to buy prednisone online: online prednisone 5mg – buying prednisone on line

  13. JamesGonRy表示:

    https://prednisoneall.com/# prednisone pill 20 mg

  14. DavidrAilk表示:

    can i order generic clomid clomid without a prescription can you buy generic clomid without prescription

  15. RobertRix表示:

    https://amoxilall.shop/# can i buy amoxicillin online

  16. DavidrAilk表示:

    prednisone 20 mg purchase where can i order prednisone 20mg prednisone prices

  17. DavidrAilk表示:

    where to buy cheap clomid prices cheap clomid tablets cost cheap clomid without insurance

  18. MichaelFedly表示:

    http://canadianpharmacy24.store/# canadian pharmacy ltd

  19. Charlesutisa表示:

    buying from online mexican pharmacy: cheapest mexico drugs – mexican mail order pharmacies

  20. GeraldSkese表示:

    medication from mexico pharmacy: cheapest mexico drugs – mexico drug stores pharmacies

  21. RobertVex表示:

    buying drugs from canada: canadian pharmacy king – canadian valley pharmacy

  22. MichaelFedly表示:

    https://indianpharmacy.icu/# india pharmacy

  23. Edwardalorp表示:

    Online medicine order Cheapest online pharmacy Online medicine order

  24. GeraldSkese表示:

    indianpharmacy com: Cheapest online pharmacy – best india pharmacy

  25. Edwardalorp表示:

    purple pharmacy mexico price list Mexican Pharmacy Online medicine in mexico pharmacies

  26. Edwardalorp表示:

    canadian pharmacy meds Licensed Canadian Pharmacy legitimate canadian online pharmacies

  27. Charlesutisa表示:

    indian pharmacy online: mail order pharmacy india – п»їlegitimate online pharmacies india

  28. GeraldSkese表示:

    indian pharmacy online: indian pharmacy delivery – buy prescription drugs from india

  29. Charlesutisa表示:

    mexican mail order pharmacies: Mexican Pharmacy Online – п»їbest mexican online pharmacies

  30. Edwardalorp表示:

    mexican pharmaceuticals online mexican pharmacy reputable mexican pharmacies online

發佈留言

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