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

  1. Coffee Machines From Bean To Cup Tools To Improve Your Daily Lifethe One Coffee Machines
    From Bean To Cup Technique Every Person Needs To Know coffee Machines From Bean to Cup

  2. Why All The Fuss About Lightweight 3 Wheel Pushchair?
    3 wheel travel stroller

  3. JefferyTar表示:

    buying prescription drugs in mexico online: Mexican Pharmacy Gate – mexican drugstore online

  4. Sage Advice About Togel4d From A Five-Year-Old togel Singapore

  5. The Often Unknown Benefits Of Glazing Repair Near Me Double glazed repairs

  6. The Biggest Issue With Electric Freestanding Fire Suite,
    And How You Can Fix It Free standing electric Fireplaces

  7. Bradleygoath表示:

    http://canadiandrugsgate.com/# erection pills online

  8. LarryEvini表示:

    online pharmacy india: indian pharmacy easy – cheapest online pharmacy india

  9. Bradleygoath表示:

    https://mexicanpharmgate.com/# purple pharmacy mexico price list

  10. Bradleygoath表示:

    http://canadiandrugsgate.com/# buy ed drugs online

  11. You’ll Never Guess This Upvc Door Repairs
    Near Me’s Benefits Upvc Door Repairs Near Me

  12. Jamiecaw表示:

    https://canadiandrugsgate.com/# top rated ed pills

  13. Jamiecaw表示:

    https://canadiandrugsgate.com/# buy medication online

  14. The 10 Scariest Things About Patio Door Lock Repairs Near Me patio door lock repairs

  15. Seat Leon Key Replacement Tips That Can Change Your Life seat leon Car Key

  16. Are You Confident About Doing How To Get A Replacement Honda Car Key?
    Try This Quiz honda motorcycle keys replacement

  17. See What Lightest 3 Wheel Stroller Tricks The Celebs Are Using lightest 3 wheel stroller

  18. Your Family Will Thank You For Getting This Sectional Sleeper Sofa Small Sectional Sleeper Sofa

  19. Nine Things That Your Parent Taught You About Single Bed Bunk Beds Single Bed Bunk Bed (Lovewiki.Faith)

  20. Menwiki.men表示:

    Why Car Key Reprogramming Will Be Your Next Big Obsession? key fob programmers near me
    [Menwiki.men]

  21. Emelia表示:

    The 10 Most Scariest Things About Car Boot Scooters car
    boot scooters (Emelia)

  22. Don’t Make This Silly Mistake With Your Online Crypto
    Casino crypto casino online

  23. Bridgette表示:

    The 3 Largest Disasters In Wood Bed Cot The Wood Bed Cot’s
    3 Biggest Disasters In History wood bed cot design (Bridgette)

  24. 20 Up-And-Comers To Watch In The Lost Honda Car Key No Spare Industry
    How to get a new honda key fob

  25. 12 Statistics About Replacing A Upvc Door Panel To Bring
    You Up To Speed The Water Cooler upvc Panels uk

  26. GlennSnofs表示:

    п»їbest mexican online pharmacies mexican pharmacy online reputable mexican pharmacies online

  27. GlennSnofs表示:

    п»їlegitimate online pharmacies india Best Indian pharmacy reputable indian pharmacies

發佈留言

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