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

  1. One nasty downside: one or two of the degrees are large enough to preclude saving.

  2. Sq.- and rectangle-shaped shades complement sq.

  3. Power cables could have fittings within the tray to keep up clearance between the conductors, however small management wiring is usually installed with none intentional spacing between cables.

  4. Payments made on the principal of a mortgage on taxpayer’s building.

  5. This is why handicraft enterprise is some of the lucrative businesses right this moment.

  6. These markings are shade-coded, and are painted by contractors onto the pavement.

  7. The color of your partitions will rely on how much white mild is mirrored and the way a lot is absorbed.

  8. To sustain along with your food cravings there are these street food gala’s, wine tasting occasions and food festivals in Waikiki.

  9. NicolasLoole表示:

    http://gabapentin.auction/# neurontin 150mg

  10. Matthewweind表示:

    cheap Rybelsus 14 mg: Semaglutide pharmacy price – rybelsus generic

  11. Regardless of President Carter’s superior years, the former president was incredibly active and traveled a lot – one thing like 300-plus days per 12 months.

  12. Possibly generally they’d use an electric bass to double a notice and make a more mellow, thick and tender bottom.

  13. Aldrich’s colleagues have also completed some experiments of paying people to take part in focus groups, of giving people native “scrip” if they volunteer (which can be spent locally at farmers’ markets) and found that these constructed social capital and helped partially “inoculate” communities from the results of disasters.

  14. Matthewweind表示:

    where to buy amoxicillin: Amoxicillin For sale – amoxicillin 500 mg without prescription

  15. Long portrayed Kat from 1991 to 1994.

  16. Тут делают продвижение создать сайт медицинского центра продвижение сайта медицинского центра

  17. Its motifs had been expressive of her emotions and the variety of phulkari items outlined the status of the household.

  18. Formation of brittle intermetallic compounds on the alloy interface may cause joint failure.

  19. These exotic flavors can usually be seen at meals truck occasions and eating places round town; one such gourmet meals truck referred to as The Gourmet Voyager gives a powerful number of foods from across the globe, vegetarian and vegan choices, and extra – making sure there’ll at all times be something scrumptious ready to fulfill your hunger pangs!

  20. Тут делают продвижение создание медицинского сайта под ключ разработка сайт медицинского центра

  21. Henderson, Andrea (2009). “Mastery and Melancholy in Suburbia”.

  22. A very good slug shooter can get hits on-target out to 50 yards, which is close vary for many defensive rifles.

  23. Most of us don’t need to check our capacity to transition to a handgun or shoot slugs at extended vary.

  24. 3, entitled “surplus capital alongside surplus population.”35 For many of this text we’ve centered on the latter phenomenon, due in giant half to the neglect of this tendency among readers of Marx.

  25. Тут делают продвижение создать сайт медицинского центра разработка сайта для медицинского центра

  26. Curl up with the cozy Trestles Oversize Throw Blanket, in Blush from Pom Pom at Dwelling.

  27. Come here for ballet, circus, comedy reveals, family-friendly event and (of course) theatre.

  28. You may unsubscribe at any time.

  29. xem thêm表示:

    Oh my goodness! Awesome article dude! Thanks, However I am going through problems with your RSS. I don’t understand why I am unable to join it. Is there anybody else getting the same RSS issues? Anybody who knows the answer can you kindly respond? Thanks.

  30. Mrs. Margaret Jane Ferguson Little passed away at the home of Mr.

發佈留言

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