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

  1. StevenNub表示:

    buy dapoxetine online: buy priligy max pharm – buy priligy

  2. Danieljek表示:

    where can i buy amoxicillin without prec http://prednisoneraypharm.com/# 20 mg prednisone

  3. Bradleygoath表示:

    10 mg prednisone tablets prednisoneraypharm where can i get prednisone

  4. Bradleygoath表示:

    amoxil pharmacy cheap amoxil amoxicillin 500mg price canada

  5. BrandenSlomy表示:

    prednisone 10 tablet: generic Prednisone – 5 mg prednisone daily

  6. Узнай все о варикоцеле симптомы признаки варикоцеле

  7. BrandenSlomy表示:

    where to buy amoxicillin 500mg: cheap amoxil – where to buy amoxicillin

  8. Why Accident Injury Lawyers Near Me Might Be Your Next Big Obsession Attorney accident lawyer

  9. Train Accident Compensation Explained In Fewer Than 140 Characters
    18 wheeler truck accident attorney – http://forum.ressourcerie.fr/index.php?qa=user&qa_1=llamatrain96,

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

  11. selfless.wiki表示:

    Be On The Lookout For: How Salt Lake City Accident Lawyers Is Taking Over And
    How To Respond accident injury law firm; selfless.wiki,

  12. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  13. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали официальный сервисный центр xiaomi, можете посмотреть на сайте: сервисный центр xiaomi в москве
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  14. Danieljek表示:

    amoxicillin 250 mg capsule http://prednisoneraypharm.com/# buy prednisone online india

  15. Bradleygoath表示:

    amoxicillin 1000 mg capsule Amoxicillin buy online cost of amoxicillin 30 capsules

  16. What’s The Job Market For Asbestos Attorneys Philadelphia Professionals?
    mesothelioma Lawyers

  17. Danieljek表示:

    amoxacillian without a percription http://prednisoneraypharm.com/# prednisone 5 mg tablet

  18. BrandenSlomy表示:

    amoxicillin 500 mg without a prescription: Amoxicillin buy online – amoxicillin 500 mg purchase without prescription

  19. Danieljek表示:

    amoxicillin no prescipion https://priligymaxpharm.com/# dapoxetine online

  20. The Reason Top Asbestos Attorney Is So Beneficial In COVID-19?

    Mesothelioma Lawyer

  21. John Bailey Shelton, City Chamberlain, Coventry, Warwickshire.

  22. Lilian Julia Perks, Honorary Collector, Avenue Savings Group, Walsall.

  23. Dereketerm表示:

    amoxicillin 30 capsules price: Amoxicillin for sale – amoxicillin 500 mg without prescription

  24. Dereketerm表示:

    get cheap clomid without rx: generic clomid – order clomid tablets

  25. Scissors or cutters could also be needed too.

  26. Deep curls are the unique resolution to make selection on a simple traditional fashion.

  27. Professor John George Beetlestone, Director, Techniquest, Cardiff.

  28. StevenNub表示:

    prednisone 20 mg: Prednisone Without Prescription – over the counter prednisone medicine

  29. American banker, finance government, and philanthropist.

發佈留言

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