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...

25,771 Responses

  1. BruceRer表示:

    canadian pharmacy without prescription: canadian pharmacy online – online pharmacy no prescription

  2. BruceRer表示:

    canadian pharmacy online no prescription needed: canada mail order prescriptions – online pharmacies without prescription

  3. Irvincerce表示:

    canadian pharmacy discount code: canada pharmacy online – canadian pharmacy coupon

  4. Irvincerce表示:

    buy medication online with prescription: no prescription medicine – online pharmacies without prescription

  5. ShawnWhism表示:

    https://pharmnoprescription.pro/# prescription drugs online canada

  6. Patrickorilk表示:

    online meds without prescription buy medication online without prescription mexican pharmacy no prescription

  7. RobertSlata表示:

    http://edpills.guru/# edmeds

  8. ScottBoume表示:

    cheapest pharmacy prescription drugs: mexican online pharmacy – cheap pharmacy no prescription

  9. ShawnWhism表示:

    https://pharmnoprescription.pro/# overseas online pharmacy-no prescription

  10. Irvincerce表示:

    best online pharmacy no prescription: how to order prescription drugs from canada – online pharmacy no prescription

  11. BruceRer表示:

    non prescription medicine pharmacy: pharmacy online – online pharmacy no prescription needed

  12. BrianGub表示:

    http://clomidst.pro/# where to buy cheap clomid without rx

  13. Couth表示:

    Rogerian theorist Douglas Brent has stated that it’s important to not be too prescriptive when writing in the Rogerian method. There isn’t a precise step-by-step formula, though it may help to look at the steps below to think about how you move from problem to opposing position to your position to conclusion. Rogerian Argument Example (PDF) October 7, 2017 Finding the compromises will help you in your life. We hope that our guide and samples will help you create a strong Rogerian essay. If you will find it hard to write the essay on your own, you can always ask our human expert writers for help, not to be caught with AI detector for essays. EssayShark essay writing service writers can create well-written and argumentative essays on any topic. A Rogerian Essay outline may look like this*:
    https://www.lowcardmag.com/uncategorized/america-unearthed-at-roanoke-island-the-challenge/
    A good question can also grab attention and engage your readers. It’s also a great way to make them think about something important. Don’t choose questions that require a simple answer (“yes” or “no”). Instead, choose a question that will introduce your readers to the topic. For example, you may ask “why?” and lead your readers to the thesis statement that provides the answer. Pre-meds don’t have many opportunities to write about themselves, and their academic and research experiences don’t always encourage risk-taking. They never have to worry about grabbing the reader’s attention in their lab reports. So playing it safe might also mean sticking to the expository writing that they’re accustomed to in academia (all telling, no showing).

  14. Waynerat表示:

    amoxicillin order online no prescription: amoxicillin warnings – amoxicillin 500

  15. BrianGub表示:

    http://prednisonest.pro/# prednisone 12 mg

  16. Williamces表示:

    where can i buy clomid without prescription: how to get clomid price – can i buy clomid without insurance

  17. Danieliteds表示:

    prednisone 10mg cost: prescription prednisone cost – prednisone 0.5 mg

  18. Williamces表示:

    prednisone 4mg: prednisone for sale in canada – canada buy prednisone online

  19. Williamces表示:

    prednisone 20mg tablets where to buy: prednisone medicine – where to buy prednisone in canada

  20. AnthonyPreep表示:

    5 mg prednisone tablets prednisone for sale no prescription how much is prednisone 5mg

  21. BrianGub表示:

    http://amoxilst.pro/# amoxicillin 500mg prescription

  22. Danieliteds表示:

    prednisone 4 mg daily: prednisone 10mg – prednisone ordering online

  23. AnthonyPreep表示:

    purchase prednisone canada buy prednisone without a prescription prednisone 5mg price

  24. BrianGub表示:

    https://clomidst.pro/# buying generic clomid without prescription

  25. IrwinGlync表示:

    where buy clomid prices: where to get generic clomid pill – how to get clomid

  26. Waynerat表示:

    amoxicillin 500 mg for sale: goodrx amoxicillin – amoxicillin generic

  27. AnthonyPreep表示:

    prednisone without prescription by prednisone w not prescription prednisone 30 mg daily

  28. Danieliteds表示:

    how can i get cheap clomid: buying generic clomid without insurance – can i get clomid prices

  29. Williamces表示:

    15 mg prednisone daily: prednisone 5 mg tablet rx – prednisone online pharmacy

  30. BrianGub表示:

    http://prednisonest.pro/# buy prednisone online no prescription

發佈回覆給「Patrickorilk」的留言 取消回覆

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