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

  1. Asbestos Case表示:

    Mesothelioma lawyers specialize in Asbestos Case litigation, which includes lawsuits and trust fund
    claims. To be able to successfully handle these claims, they need to be knowledgeable of state laws and national legal requirements.

  2. Bradleygoath表示:

    buy prednisone online without a script Prednisone Without Prescription prednisone otc uk

  3. Dereketerm表示:

    prednisone pak: raypharm – prednisone 40 mg rx

  4. Danieljek表示:

    prescription for amoxicillin http://prednisoneraypharm.com/# price of prednisone 5mg

  5. A Trip Back In Time: How People Talked About Address Collection 20 Years Ago 링크모음사이트

  6. Bradleygoath表示:

    generic clomid for sale clomid online can i purchase generic clomid pills

  7. Ai-db.science表示:

    Check Out: How Cheap Electric Treadmill Is Taking Over And How To Stop
    It best cheap electric treadmill (Ai-db.science)

  8. BrandenSlomy表示:

    prednisone 20 mg: generic Prednisone – prednisone 50 mg tablet canada

  9. BrandenSlomy表示:

    over the counter prednisone medicine: raypharm – prednisone in india

  10. novoporno.cc表示:

    Good day! I kknow this iis kind off offf tooic but I was wondering iff you knew where I coukd get a captccha plugin forr myy
    comment form? I’m usinng thee sasme blog platform as yours andd I’m havin difficulty finding one?
    Thanjks a lot!

  11. Bradleygoath表示:

    price of amoxicillin without insurance cheap amoxil price for amoxicillin 875 mg

  12. BrandenSlomy表示:

    priligy: buy priligy max pharm – buy priligy

  13. snuffle mat表示:

    Greetings! Very helpful advice within this article! It’s the little changes that produce the largest changes. Thanks for sharing!

  14. Danieljek表示:

    can i buy amoxicillin online https://priligymaxpharm.com/# dapoxetine online

  15. StevenNub表示:

    priligy max pharm: dapoxetine price – dapoxetine price

  16. Danieljek表示:

    amoxicillin generic brand https://priligymaxpharm.com/# max pharm

  17. Danieljek表示:

    buy amoxicillin online no prescription http://clomidrexpharm.com/# can i buy clomid without rx

  18. What Is Asbestos Attorneys? And How To Make Use Of It mesothelioma attorney

  19. Dereketerm表示:

    max pharm: dapoxetine price – dapoxetine online

  20. Bradleygoath表示:

    prednisolone prednisone prednisone prednisone 100 mg

  21. Bradleygoath表示:

    cost of prednisone 10mg tablets steroids prednisone for sale prednisone online sale

  22. StevenNub表示:

    dapoxetine price: dapoxetine online – dapoxetine price

  23. Fay表示:

    Truck Wreck Attorney Explained In Fewer Than 140
    Characters lawyers for truck drivers – Fay,

  24. Dereketerm表示:

    5 mg prednisone daily: buy prednisone – prednisone purchase canada

  25. StevenNub表示:

    medicine prednisone 10mg: cheap prednisone – prednisone steroids

  26. StevenNub表示:

    buy prednisone mexico: prednisone for sale without a prescription – prednisone buy canada

  27. BrandenSlomy表示:

    cheap generic prednisone: prednisone ray pharm – where to buy prednisone uk

  28. What’s The Job Market For Top 10 Crypto Casino Professionals?
    top 10 crypto Casino

  29. The Best Advice You Can Receive About Asbestos Attorney Mesothelioma Mesothelioma Lawyers

發佈留言

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