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

18,456 Responses

  1. Noise from automobile maintenance and restore at your residence could be unreasonable.

  2. Charlesbot表示:

    http://fastpillseasy.com/# online erectile dysfunction medication

  3. Barrybib表示:

    best ed meds online: online erectile dysfunction – ed meds online

  4. Charlesbot表示:

    http://maxpillsformen.com/# п»їcialis generic

  5. Charlesbot表示:

    http://fastpillseasy.com/# buy ed medication online

  6. RogerFaf表示:

    https://fastpillseasy.com/# buying ed pills online

  7. RogerFaf表示:

    http://fastpillseasy.com/# online erectile dysfunction prescription

  8. Donaldabula表示:

    cialis for sale Max Pills For Men Cialis 20mg price

  9. Barrybib表示:

    Viagra generic over the counter: Sildenafil 100mg price – cheap viagra

  10. United States Geological Survey.

  11. Charlesbot表示:

    http://maxpillsformen.com/# Cialis without a doctor prescription

  12. For instance, a weight loss plan rich in highly processed grains (comparable to white flour) deprives the body of fiber and protein, which might shield the digestive lining from stomach acid.

  13. Donaldabula表示:

    Buy Tadalafil 20mg MaxPillsForMen Tadalafil Tablet

  14. RogerFaf表示:

    http://maxpillsformen.com/# Generic Cialis without a doctor prescription

  15. Donaldabula表示:

    cheap viagra FastPillsForMen order viagra

  16. RogerFaf表示:

    http://fastpillseasy.com/# ed prescriptions online

  17. Swimming pool, spa or water pumps besides when used to fill a header tank.

  18. Mid-1959 powertrain availability was carried over with minimal changes for 1960: The base 283-cid V-eight was detuned a bit for gas economy and was now rated at 170 bhp, and the fuel-injected engines were formally gone.

  19. Flight 11 takes off from Boston at 8 a.m., bound for Los Angeles.

  20. You should have a great objective on the type of property you wish to obtain, in terms of cost and location.

  21. Koi fish incorporated with extra components comparable to flowers will make your back look beautiful.

  22. Jamesknowl表示:

    https://mexicanpharmacy.store/# mexican mail order pharmacies

  23. Jamestus表示:

    mexico drug stores pharmacies mexican pharmaceuticals online п»їbest mexican online pharmacies

  24. Brianchoky表示:

    http://mexicanpharmacy.store/# buying from online mexican pharmacy

  25. ClaytonGauct表示:

    mail order pharmacy india: Online medicine home delivery – Online medicine order

  26. Jamestus表示:

    top 10 online pharmacy in india india pharmacy mail order cheapest online pharmacy india

  27. ClaytonGauct表示:

    canadian pharmacy online store: best online canadian pharmacy – canadian pharmacy service

  28. Jamesknowl表示:

    http://mexicanpharmacy.store/# buying from online mexican pharmacy

發佈留言

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