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

15,619 Responses

  1. HaroldDus表示:

    buy ed drugs online: canadian drugs gate – best price for generic viagra on the internet

  2. HaroldDus表示:

    how to cure ed: Best Canadian online pharmacy – natural pills for ed

  3. HaroldDus表示:

    viagra without a doctor prescription: canadian pharmacy – carprofen without vet prescription

  4. HaroldDus表示:

    erectile dysfunction pills: Canadian pharmacy best prices – buy prescription drugs online without

  5. Many asbestos litigation (https://risager-huynh.blogbright.net/8-tips-To-improve-your-asbestos-and-peritoneal-mesothelioma-game)
    victims, and their families, seek compensation through filing legal claims.

    A lawsuit’s compensation may aid in easing
    financial burdens like funeral expenses, medical bills and lost wages.

  6. Bradleygoath表示:

    http://indianpharmacyeasy.com/# india pharmacy

  7. Bradleygoath表示:

    http://indianpharmacyeasy.com/# п»їlegitimate online pharmacies india

  8. Bradleygoath表示:

    https://canadiandrugsgate.com/# homeopathic remedies for ed

  9. HaroldDus表示:

    ed doctors: Canadian pharmacy best prices – ed causes and treatment

  10. HaroldDus表示:

    compare ed drugs: Canada pharmacy – male enhancement

  11. LarryEvini表示:

    mexican rx online: Mexican Pharmacy Gate – п»їbest mexican online pharmacies

  12. 4 Dirty Little Secrets About The Integrated Fridge Frezer Industry fridge Freezer

  13. Nine Things That Your Parent Teach You About Replacement Double Glazed Windows Replacement double glazed window

  14. Тут можно преобрести шкаф оружейный купить купить в москве оружейный сейф

  15. Тут можно преобрести сколько стоит сейф для ружья сейф для карабина купить

  16. JefferyTar表示:

    natural ed cures: Canadian pharmacy online – solutions for ed

  17. 10 Things We All Love About Replacement Double Glazed Glass Only
    Glass Replacement For Windows Near Me

  18. Jamiecaw表示:

    https://indianpharmacyeasy.com/# cheapest online pharmacy india

  19. I really love your website.. Great colors & theme. Did you build this amazing site yourself? Please reply back as I’m trying to create my very own website and would love to find out where you got this from or what the theme is named. Many thanks.

  20. JefferyTar表示:

    injectable ed drugs: Canada pharmacy online – best ed treatments

  21. GlennSnofs表示:

    indian pharmacy Best Indian pharmacy top 10 online pharmacy in india

  22. LarryEvini表示:

    purple pharmacy mexico price list: mexican drugstore online – purple pharmacy mexico price list

  23. 5 Killer Quora Answers On Darcy Sofa Chaise darcy Sofa Chaise

  24. 20 Trailblazers Setting The Standard In Cheap Samsung Fridge samsung Appliances

  25. Тут можно преобрести сейфы от пожара купить сейф огнестойкий

  26. Тут можно преобрести сейфы пожаростойкие сейф огнестойкий в москве

發佈留言

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