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

  1. What’s The Current Job Market For Link Togel Professionals?
    link togel (Theflatearth.Win)

  2. Krystle表示:

    10 Healthy Habits To Use Male.Masturbator masturbators for man (Krystle)

  3. A Glimpse In Pragmatic’s Secrets Of Pragmatic 프라그마틱 슬롯체험

  4. Buzzwords, De-Buzzed: 10 Other Ways To Deliver Trucking
    Accident Attorneys semi Truck accident Attorney near me

  5. Jonelle表示:

    Why Everyone Is Talking About Folding Transit Wheelchair
    Today lightweight folding transport wheelchair (Jonelle)

  6. What’s The Current Job Market For Daftar Situs Togel Professionals?
    daftar Situs togel

  7. Jamiecaw表示:

    https://indianpharmacyeasy.com/# п»їlegitimate online pharmacies india

  8. How To Save Money On Mesothelioma Asbestos Claims Mesothelioma Lawsuit

  9. LarryEvini表示:

    natural treatment for ed: canadiandrugsgate.com – drugs for ed

  10. Bradleygoath表示:

    https://canadiandrugsgate.com/# canadian drug prices

  11. Bradleygoath表示:

    https://canadiandrugsgate.com/# buy erection pills

  12. You’re so interesting! I don’t think I’ve truly read anything like that before. So good to discover another person with unique thoughts on this subject. Really.. thank you for starting this up. This web site is something that is required on the internet, someone with a bit of originality.

  13. 10 Tips For Getting The Most Value From Cheap Couches
    For Sale sleeper Sofas for sale

  14. What Experts On Honda Keys Cut And Programmed Want You To Know Honda Civic Key Replacement Near Me

  15. LarryEvini表示:

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

  16. Fireplace Bioethanol Tools To Ease Your Everyday Lifethe Only Fireplace Bioethanol Trick That Everybody
    Should Know fireplace bioethanol

  17. Niki表示:

    Why Pragmatic Genuine Doesn’t Matter To Anyone 프라그마틱 무료슬롯 (Niki)

  18. Jamiecaw表示:

    https://canadiandrugsgate.com/# erectile dysfunction treatments

  19. HighStakesDB表示:

    Here is my homepage: HighStakesDB

  20. Jamiecaw表示:

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

  21. 5 Wheelchair Ramp Instructions From The Professionals ramps for wheelchairs
    into house, humanlove.Stream,

  22. The Ultimate Guide To Mesothelioma Asbestos Claim Mesothelioma lawsuits (https://www.longisland.com/profile/toesyria44)

  23. 10 Wrong Answers To Common Private Adhd Assessment Questions
    Do You Know The Correct Answers? Adhd Assessments

  24. Five Killer Quora Answers On Treadmill Near Me Treadmill Near Me

  25. Lila表示:

    15 Twitter Accounts That Are The Best To Discover Walking Desk Treadmill treadmill desk (Lila)

  26. Jamiecaw表示:

    https://mexicanpharmgate.com/# medication from mexico pharmacy

  27. JefferyTar表示:

    how to help ed: canadiandrugsgate – medication drugs

  28. Oscar表示:

    10 Things You Learned In Kindergarden To
    Help You Get Started With ADHD Private Assessment private adhd
    assessment kent (Oscar)

  29. See What Self Propelled Wheelchairs For Sale Tricks The
    Celebs Are Utilizing self propelled wheelchairs for sale

發佈留言

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