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

  1. Treadmill Incline Foldable Tools To Ease Your Daily Lifethe One Treadmill Incline Foldable Trick That Everyone Should Be Able To Treadmill Incline foldable

  2. The Best Tips You’ll Receive About Collapsible Electric Wheelchairs lightest electric folding wheelchair

  3. This Week’s Most Popular Stories About Audi Replacement Car Keys audi key blade

  4. The Guide To Vibrating Panties In 2023 Dildo inside panty

  5. volvo key Fob表示:

    Ten Replacement Volvo Key Myths That Aren’t Always True volvo key Fob

  6. Espresso And Filter Coffee Machine Tools To Ease Your Everyday Lifethe Only Espresso And Filter Coffee Machine Trick That Every Person Should
    Know espresso and filter Coffee Machine

  7. Why You Should Be Working With This Coffee Beans Machine Fresh coffee machines

  8. telegra.ph表示:

    9 Lessons Your Parents Taught You About Double Glazed Windows Near Me
    double glazed windows near me (telegra.ph)

  9. What’s The Job Market For Honda Civic Key Replacement Professionals Like?
    honda civic key replacement (https://utahsyardsale.Com/author/aprilend18)

  10. Rashad表示:

    Who’s The World’s Top Expert On Bmw Key Replacement?
    bmw key fob – Rashad

  11. Kristine表示:

    5 Conspiracy Theories About Espresso Machines You Should Avoid
    espresso machine with milk frother (Kristine)

  12. The 10 Scariest Things About Upvc Window Repair Near Me upvc Window repairs near me

  13. Why Audi A1 Key Is A Must At The Very Least Once In Your Lifetime audi smart key replacement

  14. 5 Cliches About Subaru Key Replacement You Should Stay Clear Of New subaru
    key (https://pediascape.Science/)

  15. Arnette表示:

    20 Trailblazers Leading The Way In Fabric 2 Seater sofa fabric 2 seater – Arnette

  16. Duane表示:

    An Slot Sound Effects Success Story You’ll Never Believe slot wins (Duane)

  17. The People Who Are Closest To Male.Masturbators Have Big Secrets To Share Best Penis Masturbators

  18. Luther表示:

    10 Sites To Help Learn To Be An Expert In Treadmill Foldable Incline fold treadmill (Luther)

  19. Meridith表示:

    What’s The Job Market For How Much Fabric For 2 Seater Sofa Professionals?
    how much fabric for 2 seater sofa (Meridith)

  20. Daniella表示:

    Why We Do We Love Crypto Casino’s (And You Should Also!) cryptocasinos
    (Daniella)

  21. 5 Clarifications On Suzuki Motorcycle Key Replacement Suzuki swift car key Replacement

  22. Kasha表示:

    Upvc Door Repairs Near Me Tips To Relax Your Daily Lifethe One Upvc Door Repairs Near Me Trick That Everybody Should Be Able To upvc door repairs near me [Kasha]

  23. 10 Graphics Inspirational About Vauxhall Combo Key car Key maker near me

  24. 10 Things You Learned In Kindergarden That’ll Help You With Upvc Window Repair Near Me Upvc Window Repairs
    Near Me (https://Juul-Schroeder.Mdwrite.Net/)

  25. 20 Up-And-Comers To Watch In The New Renault Key Industry renault master replacement key

  26. 8 Tips To Enhance Your Land Rover Key Replacement Cost Game how to start land rover with Manual key

  27. It’s A Bean To Coffee Machine Success Story You’ll Never Imagine
    coffee from Bean to Cup

  28. LloydNoice表示:

    http://furpharm.com/# furosemide furpharm.com

  29. Five Killer Quora Answers To GSA SER Done For You Gsa Ser Done For You

發佈留言

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