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

13,580 Responses

  1. A simple means to start bettering cooking effectivity is by utilizing a pot skirt.

  2. Just as my mom was on the purpose of pushing open a small door, we heard the voice of the pasha sounding in a loud and threatening tone.

  3. Lord Boxman is the founder and CEO of Boxmore, who’s obsessed with destroying the plaza.

  4. For all class members of the Camel Cash ‘C-Note’ Class Motion Lawsuits, which incorporates any smoke in California that was assigned a registration quantity by RJR, collected C-Notes, and held C-Notes as of Oct.

  5. Situated off Dutchman Street, in any other case often called County Highway, the falls might be reached from a parking area next to a farm, nevertheless, the glen is hidden from view from here.

  6. BrandonJer表示:

    п»їlegitimate online pharmacies india india online pharmacy top 10 online pharmacy in india

  7. I mean, is there a sense that John Paul II will not be paying full consideration, or that there are political machinations happening within the Vatican that there is a type of an opposition crew who’ve started to flex their muscles within the last week?

  8. “These flags have all stood watch over a fallen serviceman before.

  9. Practically a third of these installations (totalling fifty two kW) went on 15 Shorewood buildings, and 78 kW went on 28 Milwaukee buildings.

  10. DennisKah表示:

    cheap erectile dysfunction pills online: real viagra without a doctor prescription – buy erection pills

  11. WisDOT and the city of Madison recognized the Verona Road (US 18/151) corridor – a significant commuter route for the realm – as experiencing unacceptable levels of crashes, significantly higher than Wisconsin’s other highways.

  12. For 1965 got here Engel’s clean, squarish our bodies with fenders edged in brilliant metal, one among his signatures.

  13. The United States and Canada are main contributors to the regional market, owing to the high focus on security standards and the adoption of advanced fireplace protection applied sciences.

  14. Then, the blue haired, lightning quick hedgehog came again into the limelight in 2020 and once more in 2022 with a sequel to his first movie from 2020.

  15. AgustinBougs表示:

    https://drugs24.pro/# cheap erectile dysfunction
    п»їlegitimate online pharmacies india

  16. Earlier than your event, purchase name tags, however instead of writing the actual names of your company on them, you’ll write the names of famous people.

  17. Can you determine the mistruth about America’s love for doggy luggage?

  18. Minimize a bite-size chocolate Twizzler for the nostril.

  19. Considered one of the principle features of Lambeau Discipline is the 376,000 square foot Atrium on the east side of the stadium.

  20. Q What’s the phone quantity for Legum & Norman Realty Inc?

  21. Plastics used in electric vehicles’ Li-ion batteries enclosures, covers, finish plates, cell holders, spacers and high-voltage connections must meet open flame propagation check specifications.

  22. BrandonJer表示:

    india online pharmacy online shopping pharmacy india pharmacy website india

  23. BrandonJer表示:

    canadian medications viagra without a doctor prescription prescription drugs

  24. What Is Coffee Machine For Pods And How To Utilize What Is Coffee Machine For Pods And How To Use Coffee Pod machine

  25. RichardThini表示:

    mexican mail order pharmacies: mexican mail order pharmacies – purple pharmacy mexico price list

  26. 10 Tell-Tale Signals You Should Know To Look For A New Treating
    ADD In Adults signs of untreated adhd In adults

  27. DennisKah表示:

    best online pharmacies in mexico: mexican border pharmacies shipping to usa – mexican mail order pharmacies

  28. At the moment the Maxwell Mansion is regarded as one among Lake Geneva’s best landmarks and operates as a boutique inn providing 5 luxurious rooms that may be rented nightly or weekly.

  29. AgustinBougs表示:

    http://mexicanpharm24.pro/# purple pharmacy mexico price list
    top online pharmacy india

  30. RichardThini表示:

    canadian online drugstore: cheap ed medication – best non prescription ed pills

發佈留言

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