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

  1. After I initially commented I seem to have clicked the -Notify me when new comments are added- checkbox and from now on each time a comment is added I recieve 4 emails with the exact same comment. Is there a way you can remove me from that service? Cheers.

  2. This Is What Bandar Toto Will Look Like In 10 Years’ Time Toto online Terbaik

  3. 14 June: a examine published within the Proceedings of the National Academy of Sciences concluded that Rocky Mountain subalpine forests are burning greater than at any level up to now 2,000 years, with contemporary rates of burning being 22 larger than the utmost price reconstructed over the past two millennia.

  4. car key Honda表示:

    How To Get A Replacement Honda Car Key Isn’t As Difficult As You Think car key Honda

  5. proect.org表示:

    10 Best Clitoral Vibrator That Are Unexpected Small clit vibrator – proect.org

  6. Gregorypurne表示:

    cheap pills online http://drugs24.pro/# ed clinic

  7. AgustinBougs表示:

    https://indianpharmdelivery.com/# reputable indian pharmacies
    indianpharmacy com

  8. What’s The Job Market For L Shape Couches Professionals?
    L shape couches

  9. Gregorypurne表示:

    best male enhancement pills https://indianpharmdelivery.com/# mail order pharmacy india

  10. 7 Things You’ve Never Learned About Bean To Cup Coffee Maker coffee machine beans To cup

  11. BrandonJer表示:

    ed cures cheap pet meds without vet prescription online ed pills

  12. BrandonJer表示:

    new ed drugs natural ed treatments buy prescription drugs from india

  13. The Double Mattress Cheap Case Study You’ll Never Forget
    mattresses for double bed

  14. AgustinBougs表示:

    http://drugs24.pro/# ed medicine
    indian pharmacy

  15. BrandonJer表示:

    purple pharmacy mexico price list best online pharmacies in mexico buying prescription drugs in mexico

  16. Gregorypurne表示:

    online drugstore https://mexicanpharm24.pro/# mexico pharmacies prescription drugs

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

  18. 15 Wood Burning Stove Benefits Everyone Must Be Able To wood burner for a shed

  19. Профессиональный сервисный центр по ремонту сотовых телефонов в Москве.
    Мы предлагаем: где ремонтируют телефоны
    Наши мастера оперативно устранят неисправности вашего устройства в сервисе или с выездом на дом!

  20. Gregorypurne表示:

    prescription drugs without doctor approval http://mexicanpharm24.pro/# mexican pharmaceuticals online

  21. DennisKah表示:

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

  22. Gregorypurne表示:

    ed meds http://mexicanpharm24.pro/# buying prescription drugs in mexico

  23. How Much Do Audi Car Key Experts Make? Audi replacement Key Cost

  24. BrandonJer表示:

    mexican drugstore online medicine in mexico pharmacies mexican mail order pharmacies

  25. BrandonJer表示:

    best online pharmacies in mexico pharmacies in mexico that ship to usa mexican drugstore online

  26. Will Machine Espresso Always Rule The World?
    Retro espresso maker

  27. RichardThini表示:

    erectile dysfunction drugs: ed treatments that really work – buy generic ed pills online

  28. AgustinBougs表示:

    https://mexicanpharm24.pro/# mexican pharmaceuticals online
    п»їlegitimate online pharmacies india

  29. Why All The Fuss About Window Glass Replacement Near Me? replacement Glass For patio Door

發佈留言

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