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

  1. DanielAbice表示:

    https://prednibest.com/# prednisone prices

  2. SamuelBix表示:

    prednisone 40 mg price: Predni Best – order prednisone

  3. SamuelBix表示:

    where can i buy cipro online: purchase cipro – buy cipro cheap

  4. SamuelBix表示:

    buy cipro online usa: buy generic ciprofloxacin – buy cipro

  5. Five Killer Quora Answers To SEO Ranking Software Seo Ranking Software

  6. Предлагаем услуги профессиональных инженеров офицальной мастерской.
    Еслли вы искали ремонт стиральных машин kuppersbusch адреса, можете посмотреть на сайте: ремонт стиральных машин kuppersbusch
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  7. KennethPah表示:

    buy ciprofloxacin buy generic ciprofloxacin ciprofloxacin 500 mg tablet price

  8. DanielAbice表示:

    http://clomidonpharm.com/# how to buy clomid without prescription

  9. SamuelBix表示:

    amoxicillin discount: amoxicillin 250 mg – where to buy amoxicillin 500mg without prescription

  10. While the banks involved in the Ibanez case did not intentionally commit fraud to push the foreclosure via, the gaps they failed to close in the method raise alarming questions.

  11. Raymundo表示:

    5 Killer Quora Answers On SEO Ranking Software seo ranking software (Raymundo)

  12. KennethPah表示:

    buy prednisone 5mg canada Predni Best 1 mg prednisone cost

  13. Schedule regular cleanings — You may do a certain room on a sure day, or the entire residence on at some point, however clean as often as needed.

  14. KennethPah表示:

    average cost of generic prednisone buy prednisone without rx prednisone 5mg daily

  15. This polarity allows water to dissolve many substances, making it a significant medium for transporting nutrients in biological methods and supporting numerous forms of life.

  16. вывод из запоя на дому в краснодаре вывод из запоя на дому в краснодаре .

  17. Though learning new expertise and making gifts for friends and household are large elements in the popularity of crafting, a $30 billion business in the U.S.

  18. The South African Reserve Bank announced a quantitative easing program of open market purchases of an unspecified amount of government bonds.

  19. 世○気表示:

    Simpler to acquire capital: Before investing in the real estate market, investors firstly should source out distinguished financing choices for the aim of accumulating the sum of capital required.

  20. RobertJar表示:

    amoxicillin 500mg capsules: AmoxStar – amoxicillin cephalexin

  21. RobertJar表示:

    prednisone in mexico: PredniBest – prednisone pill

  22. KennethPah表示:

    cost of amoxicillin AmoxStar amoxicillin 500mg capsules

  23. Of late, capital raising in Singapore has grow to be the first target of a lot of the Asian startups.

  24. This long-time period mortgage additionally locks in the bottom month-to-month funds.

  25. DanielAbice表示:

    http://amoxstar.com/# buying amoxicillin online

  26. Burundi – Travelers should bear testing upon arrival and self-isolate while waiting for the end result.

  27. Here’s how you can create a money move projection that will supply your small business the readability it must handle its cash nicely.

  28. Most 1937 Chryslers and all ’38s had transitional styling of the period “potato faculty,” carrying barrel grilles, rounded fenders, and pod-type headlamps.

發佈留言

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