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

  1. RaymondGef表示:

    tamoxifen warning tamoxifen alternatives premenopausal nolvadex pills

  2. JordanAmoca表示:

    http://cipro.guru/# ciprofloxacin over the counter

  3. RaymondGef表示:

    alternatives to tamoxifen where to buy nolvadex tamoxifen premenopausal

  4. Keithfoupt表示:

    buy cytotec over the counter: buy cytotec over the counter – Abortion pills online

  5. Irvinvef表示:

    https://diflucan.pro/# where can you buy diflucan over the counter

  6. Keithfoupt表示:

    diflucan 200 mg price south africa: diflucan for sale uk – diflucan 150 mg canada

  7. JordanAmoca表示:

    https://doxycycline.auction/# doxycycline order online

  8. BryanMep表示:

    india pharmacy mail order india online pharmacy cheapest online pharmacy india

  9. BryanMep表示:

    mail order pharmacy india reputable indian online pharmacy Online medicine order

  10. RonaldTen表示:

    http://indianph.com/# top 10 pharmacies in india

  11. EdwardLen表示:

    https://indianph.xyz/# india online pharmacy
    online pharmacy india

  12. BryanMep表示:

    buy prescription drugs from india indian pharmacy online cheapest online pharmacy india

  13. RonaldTen表示:

    https://indianph.com/# online shopping pharmacy india

  14. EdwardLen表示:

    http://indianph.com/# cheapest online pharmacy india
    online shopping pharmacy india

  15. ArthurTah表示:

    indian pharmacy world pharmacy india best india pharmacy

  16. BryanMep表示:

    top 10 online pharmacy in india Online medicine order best india pharmacy

  17. EdwardLen表示:

    http://indianph.com/# online shopping pharmacy india
    buy prescription drugs from india

  18. BryanMep表示:

    indian pharmacy online world pharmacy india reputable indian online pharmacy

  19. BryanMep表示:

    buy medicines online in india indian pharmacy paypal reputable indian pharmacies

  20. EdwardLen表示:

    https://indianph.com/# reputable indian pharmacies
    top 10 online pharmacy in india

  21. RonaldTen表示:

    https://indianph.com/# indian pharmacy paypal

  22. EdwardLen表示:

    https://indianph.xyz/# best online pharmacy india
    reputable indian pharmacies

  23. BryanMep表示:

    indian pharmacies safe п»їlegitimate online pharmacies india Online medicine order

  24. RonaldTen表示:

    http://indianph.com/# online shopping pharmacy india

  25. EdwardLen表示:

    http://indianph.xyz/# india online pharmacy
    world pharmacy india

  26. BryanMep表示:

    indian pharmacy online cheapest online pharmacy india india online pharmacy

  27. BryanMep表示:

    online pharmacy india indian pharmacy online cheapest online pharmacy india

  28. RonaldTen表示:

    https://indianph.com/# top 10 pharmacies in india

  29. ArthurTah表示:

    indianpharmacy com india pharmacy Online medicine order

  30. EdwardLen表示:

    http://indianph.com/# indianpharmacy com
    world pharmacy india

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

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