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

15,630 Responses

  1. Watch Out: How Foldable Electric Treadmill Is Taking
    Over And What You Can Do About It Folding Electric Treadmill

  2. 9 . What Your Parents Taught You About Lightweight Folding Wheelchairs For Travelling lightweight Folding wheelchairs for travelling

  3. Why Saab Replacement Key Is Still Relevant In 2023
    Saab Key Programmer

  4. 10 Life Lessons We Can Take From How To Reduce Anxiety Disorder Social
    Anxiety Disorder Dsm 5 [https://Horseoil06.Bravejournal.Net]

  5. 15 Best Pinterest Boards Of All Time About Diagnosis
    For ADHD Adhd Getting Diagnosed

  6. JefferyTar表示:

    best online pharmacies in mexico: mexican pharmacy – mexican mail order pharmacies

  7. LarryEvini表示:

    ed pills online: canadian pharmacy – dysfunction erectile

  8. 15 Startling Facts About Volvo Key Replacement You’ve Never Seen volvo Key Coding

  9. Jamiecaw表示:

    http://indianpharmacyeasy.com/# best india pharmacy

  10. Jamiecaw表示:

    http://canadiandrugsgate.com/# erectile dysfunction remedies

  11. Be On The Lookout For: How Saab Replacement Keys Uk
    Is Taking Over And What You Can Do About It car Key Cutting Cost

  12. GlennSnofs表示:

    indian pharmacy paypal Best Indian pharmacy indian pharmacy paypal

  13. Тут можно преобрести стоимость сейфа для оружия шкаф для ружья

  14. Is Your Company Responsible For An Pvc Door Hinges Budget?
    12 Tips On How To Spend Your Money changing upvc window hinges (https://fakenews.win/)

  15. Bradleygoath表示:

    http://canadiandrugsgate.com/# canadian pharmacy

  16. Bradleygoath表示:

    http://indianpharmacyeasy.com/# indian pharmacy paypal

  17. Bradleygoath表示:

    https://canadiandrugsgate.com/# pharmacy online

  18. Jamiecaw表示:

    http://mexicanpharmgate.com/# п»їbest mexican online pharmacies

  19. Тут можно преобрести пистолетные сейфы москва купить оружейный сейф доставка

  20. Тут можно преобрести сейф оружейный купить оружейный сейф купить

  21. What’s The Job Market For Bentley Keys For Sale Professionals Like?
    bentley keys For sale

  22. slot Offers表示:

    Why People Don’t Care About Slot Updates slot Offers

  23. 10 Tell-Tale Symptoms You Must Know To Know Before You Buy Upvc Tilt
    And Turn Windows upvc tilt and turn window Mechanism

  24. See What Accident And Injury Attorneys Tricks The Celebs Are Using Accident And Injury Attorneys

  25. 10 Websites To Help You Learn To Be An Expert In Volvo Replacement
    Key volvo Truck key fob

  26. Jamiecaw表示:

    http://indianpharmacyeasy.com/# best online pharmacy india

  27. Jamiecaw表示:

    https://mexicanpharmgate.com/# п»їbest mexican online pharmacies

  28. 5 Laws That Will Help The Sex Machine Industry portable sex Machine

  29. JefferyTar表示:

    best ed pills: canadiandrugsgate – prescription drugs online without doctor

  30. LarryEvini表示:

    online canadian drugstore: Canada pharmacy online – ed medicine

發佈留言

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