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

14,997 Responses

  1. accident表示:

    Guide To Accident Attorney: The Intermediate Guide For Accident Attorney accident

  2. The Wall Mount Fireplaces Case Study You’ll Never Forget 0773781.xyz; http://Www.0773781.xyz,

  3. 10 Sites To Help Be A Pro In Malpractice Attorneys Malpractice Law Firm

  4. What i do not understood is if truth be told how you’re not actually much more smartly-appreciated than you might be right now. You are very intelligent. You recognize therefore significantly when it comes to this subject, produced me in my view consider it from numerous varied angles. Its like men and women are not involved unless it’s something to do with Woman gaga! Your individual stuffs outstanding. Always take care of it up!

  5. Are You Getting The Most From Your Male Masterbation Toy?
    masturbation machine men; http://cf58051.tmweb.ru,

  6. Eddafay.Top表示:

    The 10 Most Scariest Things About Kids Bunk Bed Eddafay.Top

  7. Matthewchact表示:

    buy generic propecia without a prescription: get generic propecia pills – buy propecia without rx

  8. 10 Things Your Competition Can Help You Learn About 18
    Wheeler Accident Attorneys 18 Wheeler accident lawsuit

  9. If you or someone close to you has been diagnosed with
    an asbestos-related illness you might be able to make an asbestos lawsuit.
    An experienced Mesothelioma Settlement lawyer
    can assist you in understanding your options and help
    you begin the process.

  10. Matthewchact表示:

    п»їdcis tamoxifen: aromatase inhibitor tamoxifen – how does tamoxifen work

  11. Matthewchact表示:

    online order prednisone: can you buy prednisone over the counter in usa – prednisone online

  12. 023456789表示:

    Is Tech Making Washing Machine 10kg Uk Better Or Worse?
    023456789

  13. LewisTwera表示:

    https://prednisonebestprice.pro/# buy prednisone canadian pharmacy

  14. Arnold表示:

    14 Businesses Are Doing A Fantastic Job At Anxiety Disorders Symptoms 1738077
    (Arnold)

  15. LewisTwera表示:

    http://prednisonebestprice.pro/# 3000mg prednisone

  16. Matthewchact表示:

    buying prednisone mexico: 20 mg prednisone – 40 mg daily prednisone

  17. The No. 1 Question Everyone Working In Replacement Glass Needs To Know How To Answer glass window replacement near Me

  18. LewisTwera表示:

    https://cytotecbestprice.pro/# Misoprostol 200 mg buy online

  19. Matthewchact表示:

    nolvadex pct: tamoxifen for breast cancer prevention – tamoxifen cancer

  20. 10 Things You Learned In Kindergarden That’ll Help You With Online Shopping Companies In Uk uk Online
    shopping uk goods (https://lc56.39103211.cn/home.php?mod=space&uid=86409&do=profile&from=space)

  21. Thanks for these useful thoughts! This is another quality post from you.

  22. Matthewchact表示:

    where can i buy prednisone: can i buy prednisone over the counter in usa – prednisone 10mg

  23. Matthewchact表示:

    tamoxifen 20 mg: generic tamoxifen – effexor and tamoxifen

  24. Nice post. I learn something totally new and challenging on websites I stumbleupon on a daily basis. It’s always interesting to read articles from other authors and use a little something from their web sites.

  25. Hmm it looks like your website ate my first comment (it was extremely long) so I guess I’ll just sum it up what I wrote and say, I’m thoroughly enjoying your blog. I as well am an aspiring blog blogger but I’m still new to the whole thing. Do you have any tips and hints for rookie blog writers? I’d really appreciate it.

  26. The Most Negative Advice We’ve Ever Been Given About Best Chest Freezers Uk Does anyone make a frost free chest freezer

發佈留言

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