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

  1. Bradleygoath表示:

    http://indianpharmacyeasy.com/# best india pharmacy

  2. Bradleygoath表示:

    http://canadiandrugsgate.com/# ed dysfunction treatment

  3. Bradleygoath表示:

    https://indianpharmacyeasy.com/# indian pharmacy online

  4. LarryEvini表示:

    new ed drugs: canadian pharmacy – ed pumps

  5. 5 People You Should Be Getting To Know In The Asbestos Mesothelioma Industry
    mesothelioma attorneys

  6. You’ll Be Unable To Guess Situs Togel Dan Slot Terpercaya’s Tricks situs Togel dan Slot terpercaya

  7. Miranda表示:

    You’ll Be Unable To Guess How To Use A Self Propelled Wheelchair’s Benefits how
    to use a self propelled wheelchair; Miranda,

  8. 20 Repair Upvc Windows Websites Taking The Internet By Storm Repairing Upvc Windows

  9. JefferyTar表示:

    doctors for erectile dysfunction: canadian drugs gate – ed medications

  10. Asbestos Attorney was a popular building material for a number
    of decades, but it is now recognized that exposure to asbestos can cause
    life-threatening and fatal illnesses.

  11. The 3 Most Significant Disasters In Accident Lawyer Near Me
    History Attorney accident lawyer

  12. JefferyTar表示:

    buy online drugs: Canada pharmacy online – ed symptoms

  13. What’s The Job Market For Accident & Injury Lawyers Professionals?
    Accident & Injury Lawyers, Writeablog.Net,

  14. сейфы表示:

    Здесь можно преобрести модели сейфов можно купить сейф

  15. сейфы表示:

    Здесь можно преобрести стоимость сейфа сейф купить

  16. LarryEvini表示:

    hims ed pills: Canada pharmacy online – ed treatment drugs

  17. 10 Things That Everyone Is Misinformed Concerning Pragmatic 프라그마틱
    공식홈페이지 (Minecraftcommand.science)

  18. GlennSnofs表示:

    top 10 pharmacies in india Best Indian pharmacy online shopping pharmacy india

  19. GlennSnofs表示:

    cheap erectile dysfunction pills online canadian drugs gate erection pills viagra online

  20. JefferyTar表示:

    mexican drugstore online: mexican pharmacy online medications – mexican border pharmacies shipping to usa

  21. Colleen表示:

    10 Tips For Quickly Getting Attorneys Accidents lawyer accident near me
    Colleen,

  22. HaroldDus表示:

    pharmacy drugs: canadian pharmacy drugs gate – vitality ed pills

  23. HaroldDus表示:

    dog antibiotics without vet prescription: Best Canadian pharmacy – buy cheap prescription drugs online

  24. HaroldDus表示:

    erection pills: canadiandrugsgate.com – natural remedies for ed problems

  25. HaroldDus表示:

    best ed treatment pills: Best Canadian online pharmacy – cheap drugs online

  26. 5 Killer Quora Answers To Lawyers For Accidents Near Me lawyers for accidents near me

  27. HaroldDus表示:

    the best ed drug: canadian drugs gate – pet antibiotics without vet prescription

  28. HaroldDus表示:

    male erection: Best Canadian online pharmacy – how to get prescription drugs without doctor

  29. HaroldDus表示:

    medication for ed: Canadian pharmacy online – canadian pharmacy

  30. 7 Helpful Tips To Make The Most Of Your Get An ADHD Diagnosis adhd private diagnosis uk [https://Telegra.Ph/]

發佈留言

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