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

  1. StevenNub表示:

    how to buy clomid without a prescription: buy clomid – where can i buy cheap clomid without insurance

  2. Bradleygoath表示:

    max pharm max pharm Priligy tablets

  3. Dereketerm表示:

    prednisone cost in india: prednisone – prednisone 200 mg tablets

  4. Danieljek表示:

    amoxicillin 750 mg price http://clomidrexpharm.com/# where buy generic clomid for sale

  5. Danieljek表示:

    amoxicillin generic https://clomidrexpharm.com/# how to get cheap clomid without insurance

  6. Bradleygoath表示:

    prednisone uk price buy prednisone prednisone price south africa

  7. Danieljek表示:

    amoxicillin 1000 mg capsule https://priligymaxpharm.com/# Priligy tablets

  8. Dereketerm表示:

    prednisone tablets: raypharm – prednisone brand name canada

  9. mesothelioma Law lawyers specialize in asbestos litigation, which includes trust fund and lawsuits.
    To successfully process these claims, they need to be aware of the
    complex state laws and national legal requirements.

  10. BrandenSlomy表示:

    amoxicillin 500mg: Amoxicillin buy online – where to get amoxicillin over the counter

  11. BrandenSlomy表示:

    how can i get cheap clomid without a prescription: cheap clomid – how can i get cheap clomid

  12. Bradleygoath表示:

    buy amoxicillin online without prescription amoxil com pharm can you buy amoxicillin over the counter canada

  13. BrandenSlomy表示:

    buy dapoxetine online: buy priligy max pharm – priligy max pharm

  14. StevenNub表示:

    amoxicillin 500mg capsule cost: Amoxicillin for sale – amoxicillin over the counter in canada

  15. Undisputed Proof You Need Asbestos Mesothelioma Compensation mesothelioma lawyers

  16. Brittney表示:

    7 Simple Changes That’ll Make A Huge Difference In Your Door Handle Replacement door handle replacements (Brittney)

  17. Danieljek表示:

    amoxicillin online no prescription http://clomidrexpharm.com/# can you get clomid for sale

  18. Danieljek表示:

    buy amoxicillin 500mg uk http://priligymaxpharm.com/# dapoxetine price

  19. 5 Killer Quora Answers On Asbestosis Asbestos Mesothelioma Attorney mesothelioma attorney

  20. There Is No Doubt That You Require Landlord Gas Safety Certificate gas safety Certificate cost

  21. Carri表示:

    15 Trends That Are Coming Up About Truck Attorney Near Me best truck accident attorneys (Carri)

  22. Is Technology Making Timber Sash Windows Cambridge Better Or
    Worse? Commercial window repair

  23. Shaunjen表示:

    ed drugs list http://canadiandrugsgate.com/# canadian drugs
    viagra vs cialis bodybuilding

  24. Shaunjen表示:

    cause of ed http://canadiandrugsgate.com/# buy prescription drugs online
    ed medications over the counter

  25. Shaunjen表示:

    dysfunction erectile http://canadiandrugsgate.com/# ed tablets
    online drug store

  26. LarryEvini表示:

    top 10 online pharmacy in india: Best Indian pharmacy – best india pharmacy

  27. Feel free to visit my web-site – high steaks poker

  28. Bradleygoath表示:

    http://mexicanpharmgate.com/# mexico pharmacies prescription drugs

  29. Bradleygoath表示:

    https://mexicanpharmgate.com/# mexican online pharmacies prescription drugs

  30. Bradleygoath表示:

    https://mexicanpharmgate.com/# mexico drug stores pharmacies

發佈留言

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