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

14,796 Responses

  1. LewisTwera表示:

    http://propeciabestprice.pro/# buying cheap propecia online

  2. Merci à vous pour ce game. Moi j’adore les games de tir, et vous?

  3. exercise表示:

    Why No One Cares About Treadmill For Home Use exercise

  4. 9 Lessons Your Parents Taught You About Double Glazing Repair Near Me double glazing
    repair Near me; minecraftathome.com,

  5. Matthewchact表示:

    prednisone buy without prescription: prednisone 10 – online order prednisone 10mg

  6. The Often Unknown Benefits Of Replacement Window Seals
    windows seal replacement

  7. I was suggested this website by my cousin. I am not sure whether this post is written by him as nobody else know such detailed about my trouble. You are wonderful! Thanks!Nice blog here! Also your web site loads up fast! What web host are you using? Can I get your affiliate link to your host? I wish my website loaded up as quickly as yours lol

  8. sash表示:

    10 Misconceptions That Your Boss May Have Concerning Window
    Glass Repairs sash

  9. RobertSic表示:

    buy cytotec over the counter buy cytotec online buy cytotec pills online cheap

  10. You’ll Never Be Able To Figure Out This Ignition Cylinder
    Replacement Near Me’s Secrets ignition cylinder replacement near me (http://okerclub.ru)

  11. Three Reasons Why Your Fridge Freezers Is Broken (And How To
    Fix It) fridge Freezers Freezers

  12. Matthewchact表示:

    prednisone 20mg tab price: buy prednisone mexico – average cost of prednisone 20 mg

  13. Why You’ll Need To Learn More About Medical Malpractice Case Medical Malpractice Lawsuit

  14. Matthewchact表示:

    generic zithromax over the counter: zithromax price canada – azithromycin zithromax

  15. LewisTwera表示:

    http://prednisonebestprice.pro/# prednisone price

  16. RobertSic表示:

    buy cytotec in usa buy misoprostol over the counter buy cytotec online fast delivery

  17. RobertSic表示:

    tamoxifen breast cancer tamoxifen hip pain nolvadex price

  18. If you have heard fund managers talk about the way they invest, you know a great many employ a top-down approach.

  19. PatrickTig表示:

    http://prednisonebestprice.pro/# buy prednisone from canada

  20. 10 Quick Tips On Make Spare Car Key http://www.99811760.Xyz

  21. Matthewchact表示:

    tamoxifen and depression: tamoxifen menopause – who should take tamoxifen

  22. LewisTwera表示:

    http://propeciabestprice.pro/# buying generic propecia pills

  23. LewisTwera表示:

    http://propeciabestprice.pro/# buy generic propecia without insurance

  24. RobertSic表示:

    buy cytotec pills online cheap purchase cytotec buy cytotec online

  25. fair Slots表示:

    5 Laws Anybody Working In Progressive Slots Should Be Aware Of fair Slots

  26. very good post, i definitely really like this site, persist with it

  27. PatrickTig表示:

    http://propeciabestprice.pro/# cost cheap propecia pill

  28. PatrickTig表示:

    http://zithromaxbestprice.pro/# zithromax antibiotic without prescription

  29. Matthewchact表示:

    prednisone 10mg tablet price: prednisone 12 mg – cheap prednisone online

  30. Matthewchact表示:

    how does tamoxifen work: raloxifene vs tamoxifen – tamoxifen dose

發佈留言

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