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

  1. StevenNub表示:

    where to get generic clomid without prescription: clomid – buy clomid without prescription

  2. StevenNub表示:

    priligy: dapoxetine online – dapoxetine online

  3. BrandenSlomy表示:

    where can i get clomid pill: generic clomid – where can i buy cheap clomid price

  4. A mesothelioma and Asbestos litigation
    lawyer can help victims and their families collect compensation from
    sources such as trust funds, VA benefits and personal injury lawsuits.

  5. BrandenSlomy表示:

    buy priligy max pharm: priligy max pharm – buy priligy max pharm

  6. BrandenSlomy表示:

    clomid prices: clomid purchase online rex pharm – can i get clomid prices

  7. Jasmin表示:

    You’ll Be Unable To Guess Real Wood Cot Bed’s Benefits real
    wood cot bed (Jasmin)

  8. Dereketerm表示:

    how can i get generic clomid without prescription: rex pharm – how to get cheap clomid for sale

  9. StevenNub表示:

    can you buy clomid without dr prescription: generic clomid – can you get cheap clomid online

  10. Crypto Casino表示:

    See What Crypto Casino Sites Tricks The Celebs Are Making Use Of
    Crypto Casino

  11. Guide To Accident Claim Lawyers: The Intermediate Guide Towards Accident
    Claim Lawyers Accident claim lawyer (gissel-harrington-4.technetbloggers.de)

  12. Dereketerm表示:

    buy dapoxetine online: dapoxetine price – buy priligy max pharm

  13. Scarlett表示:

    Do You Know How To Explain Best Crib Newborn To Your Boss baby cot
    online (Scarlett)

  14. Узнай все о чем опасно варикоцеле лапароскопия варикоцеле

  15. Узнай все о варикоцеле диагностика варикоцеле слева у мужчин

  16. StevenNub表示:

    buy priligy: priligy max pharm – max pharm

  17. StevenNub表示:

    buy priligy max pharm: buy priligy max pharm – dapoxetine price

  18. BrandenSlomy表示:

    amoxicillin no prescipion: Amoxicillin for sale – can you buy amoxicillin uk

  19. StevenNub表示:

    Priligy tablets: priligy max pharm – priligy maxpharm

  20. jonpin.com表示:

    20 Tips To Help You Be More Successful At Virtual Mystery Boxes best one
    time mystery box (jonpin.com)

  21. 10 Wrong Answers To Common Freestanding Bioethanol Fireplace
    Questions Do You Know The Right Answers? Modern freestanding bioethanol fireplace

  22. Why Crypto Casino Sites Is Harder Than You Imagine best crypto casino for Us players

  23. Nursery Cots Tips To Relax Your Daily Lifethe One Nursery Cots Trick Every Individual Should Be Able To nursery Cots
    rogdenie-kerch.ru

  24. Kari表示:

    See What Gas Central Heating Engineers Tricks The
    Celebs Are Utilizing gas central heating engineers [Kari]

  25. 5 Killer Quora Answers On Male Masturbation Devices male Masturbation devices

  26. StevenNub表示:

    amoxicillin without a doctors prescription: buy amoxil online – amoxicillin 1000 mg capsule

  27. Quyen表示:

    A mesothelioma lawsuit or trust fund claim can aid asbestos case; Quyen, victims
    with medical bills and other expenses. The top law firms have lawyers who combine legal expertise and compassion.

  28. Bradleygoath表示:

    buy priligy max pharm dapoxetine price buy dapoxetine online

  29. Dereketerm表示:

    can i purchase generic clomid pill: clomid online – can you buy cheap clomid pill

發佈留言

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