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

11,820 Responses

  1. Josephfub表示:

    mexican drugstore online best online pharmacies in mexico mexican drugstore online

  2. Josephfub表示:

    online pharmacy india pharmacy website india reputable indian pharmacies

  3. Tap washers表示:

    I am often to blogging i genuinely appreciate your posts. The content has really peaks my interest. My goal is to bookmark your site and maintain checking for new information.

  4. MauriceGueda表示:

    indian pharmacy online: mail order pharmacy india – pharmacy website india

  5. 5 Killer Quora Answers To Outdoor Couches For Sale outdoor Couches for sale

  6. Josephfub表示:

    best india pharmacy п»їlegitimate online pharmacies india indian pharmacy

  7. MauriceGueda表示:

    indian pharmacy online: reputable indian online pharmacy – buy medicines online in india

  8. Josephfub表示:

    purple pharmacy mexico price list reputable mexican pharmacies online mexican rx online

  9. ArthurKib表示:

    https://mexicopharmacy.cheap/# best online pharmacies in mexico

  10. MauriceGueda表示:

    rx health mart pharmacy: boots pharmacy mebendazole – ibuprofen pharmacy only

  11. The Reason Why Mesothelioma Litigation Is The Most Sought-After Topic In 2023 Mesothelioma Claim

  12. What’s Taking place i am new to this, I stumbled upon this I have found It absolutely useful and it has aided me out loads. I hope to contribute & aid different customers like its aided me. Good job.

  13. RobertMef表示:

    pharmacy venlafaxine: uk pharmacy viagra prices – cobix generic celebrex pharmacy

  14. RobertMef表示:

    amoxicillin online pharmacy: online pharmacy viagra – viagra in uk pharmacy

  15. Если вы искали где отремонтировать сломаную технику, обратите внимание – техпрофи

  16. 5 Laws That Will Help The Car Key Fob Programming Near Me
    Industry Mobile car key programming near me, http://www.xuetu123.com,

  17. ArthurKib表示:

    http://mexicopharmacy.cheap/# reputable mexican pharmacies online

  18. I just wanted to send a quick note so as to say thanks to you for those amazing advice you are showing on this site. My time intensive internet investigation has at the end of the day been honored with excellent concept to talk about with my contacts. I ‘d express that most of us website visitors are extremely blessed to live in a remarkable place with so many wonderful individuals with beneficial things. I feel very fortunate to have used your weblog and look forward to so many more pleasurable times reading here. Thanks a lot once again for a lot of things.

  19. Если вы искали где отремонтировать сломаную технику, обратите внимание – профи услуги

  20. RobertMef表示:

    online shopping pharmacy india: world pharmacy india – top 10 pharmacies in india

  21. ArthurKib表示:

    http://mexicopharmacy.cheap/# buying from online mexican pharmacy

  22. RobertMef表示:

    cheap pharmacy: inhouse pharmacy proscar – online pharmacy tylenol 3

  23. ArthurKib表示:

    https://pharmbig24.com/# viagra no prescription online pharmacy

  24. Josephfub表示:

    pharmacy rx by crystal zamudio cymbalta pharmacy coupon generic viagra online pharmacy review

  25. Josephfub表示:

    mexico drug stores pharmacies mexican mail order pharmacies buying prescription drugs in mexico online

  26. MauriceGueda表示:

    reputable indian online pharmacy: world pharmacy india – indian pharmacy paypal

  27. Josephfub表示:

    reputable indian online pharmacy indian pharmacy india pharmacy

  28. ArthurKib表示:

    https://mexicopharmacy.cheap/# medication from mexico pharmacy

  29. Josephfub表示:

    finasteride inhouse pharmacy buy viagra in pharmacy uk domperidone australia pharmacy

發佈留言

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