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

11,835 Responses

  1. MauriceGueda表示:

    п»їlegitimate online pharmacies india: indian pharmacies safe – india pharmacy

  2. ArthurKib表示:

    http://mexicopharmacy.cheap/# buying from online mexican pharmacy

  3. MauriceGueda表示:

    world pharmacy india: india pharmacy mail order – buy medicines online in india

  4. 5 Electric Wood Burning Stove Projects For
    Any Budget Electric wood stove

  5. I have seen loads of useful elements on your web site about computers. However, I’ve the opinion that laptops are still not nearly powerful more than enough to be a option if you often do tasks that require loads of power, just like video modifying. But for internet surfing, word processing, and a lot other frequent computer functions they are all right, provided you do not mind the tiny screen size. Many thanks for sharing your thinking.

  6. ArthurKib表示:

    http://mexicopharmacy.cheap/# mexican drugstore online

  7. What’s The Current Job Market For Togel Hongkong Professionals Like?
    Togel Hongkong (Images.Google.Bi)

  8. MauriceGueda表示:

    best online pharmacies in mexico: purple pharmacy mexico price list – medicine in mexico pharmacies

  9. Если вы искали где отремонтировать сломаную технику, обратите внимание – ремонт бытовой техники в ростове на дону

  10. ArthurKib表示:

    https://pharmbig24.com/# buy lortab online pharmacy

  11. RobertMef表示:

    buy prescription drugs from india: indian pharmacies safe – reputable indian pharmacies

  12. RobertMef表示:

    weis pharmacy: online pharmacy birth control pills – pharmacy online 365 reviews

  13. MauriceGueda表示:

    top 10 pharmacies in india: buy prescription drugs from india – reputable indian pharmacies

  14. Youre so cool! I dont suppose Ive read anything like that just before. So nice to find somebody by incorporating original applying for grants this subject. realy we appreciate you starting this up. this web site are some things that is required on the internet, a person after some originality. helpful task for bringing interesting things on the internet!

  15. Josephfub表示:

    best india pharmacy indian pharmacy online mail order pharmacy india

  16. RobertMef表示:

    indian pharmacy: buy prescription drugs from india – reputable indian pharmacies

  17. ArthurKib表示:

    http://mexicopharmacy.cheap/# mexican border pharmacies shipping to usa

  18. Josephfub表示:

    usa online pharmacy store Persantine rx on line pharmacy

  19. Kathleen表示:

    Why Nobody Cares About Sleeper Sofas For Sale 2 seater couch
    for sale (Kathleen)

  20. RobertMef表示:

    provigil pharmacy online: mobic online pharmacy – rx solutions pharmacy

  21. Josephfub表示:

    mexico drug stores pharmacies mexican pharmaceuticals online reputable mexican pharmacies online

  22. Josephfub表示:

    india pharmacy Online medicine order india online pharmacy

  23. Is Your Company Responsible For An Best Chest Freezers Uk Budget?
    12 Best Ways To Spend Your Money where can i purchase a small chest freezer

  24. 10 Key Factors Concerning Electric Fires Suites You Didn’t Learn At School Modern electric fireplace suites

  25. I never thought about it that way—great insight!오피

  26. ArthurKib表示:

    https://pharmbig24.online/# rx on line pharmacy

  27. MauriceGueda表示:

    renova online pharmacy: which pharmacy is cheaper – cost of lipitor at target pharmacy

  28. In the 2020 financial report, FIH Mobile disclosed they’ve a 14.38 ownership in HMD International.

  29. RobertMef表示:

    п»їbest mexican online pharmacies: mexico pharmacies prescription drugs – purple pharmacy mexico price list

  30. RobertMef表示:

    pharmacies in mexico that ship to usa: mexican drugstore online – buying prescription drugs in mexico

發佈留言

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