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

  1. Guide To Situs 4d: The Intermediate Guide On Situs
    4d situs 4d [togelhongkong97781.amoblog.Com]

  2. Willy表示:

    What You Can Use A Weekly Electric Suites Fires Project Can Change Your Life fireplace electric freestanding
    (Willy)

  3. Accident Injury Attorney Explained In Fewer Than 140 Characters accident Injury lawyers

  4. Theo表示:

    The Most Effective Reasons For People To Succeed With
    The Replacement Key For Audi A3 Industry audi q3 key (Theo)

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

  6. RobertHam表示:

    https://gabapharm.com/# gabapentin

  7. LloydNoice表示:

    https://erepharm.com/# erepharm pills

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

  9. 10 Sites To Help Develop Your Knowledge About Car Replacement Key Cost Car Key Fob Replacement Near Me

  10. See What Infant Car Seats On Sale Tricks The Celebs Are Making Use Of Infant Car Seats On Sale

  11. The 10 Most Terrifying Things About Adhd Assessments For Adults Adhd functional assessment

  12. Asbestos Law表示:

    A mesothelioma Asbestos Law firm helps victims file various types of claims to get
    compensation. Personal injury and wrongful-death lawsuits are included.

  13. 8 Tips To Boost Your Wall Mount Fireplace Game wood Fireplace

  14. aksibir.ru表示:

    This Is The Mystery Boxes Case Study You’ll Never
    Forget open Mystery boxes online (aksibir.ru)

  15. fakenews.win表示:

    How Auto Accidents Lawyer Near Me Propelled To The Top Trend
    In Social Media car accident injury attorney near me (fakenews.win)

  16. 10 Best Books On Best 3 Wheel Pushchair Best 3 Wheel buggy

  17. Remote Key Fob Repair: The Good, The Bad, And The Ugly Remote Key Fob Repairs (Bitetheass.Com)

  18. How You Can Use A Weekly Asbestos Attorneys Project Can Change Your
    Life Mesothelioma Attorney

  19. 10 Quick Tips For Garden Gas Patio Heater Best Gas Patio Heater

  20. 15 Gifts For The Saab 93 Key Fob Replacement Lover
    In Your Life saab key fob Replacement

  21. The Three Greatest Moments In L Shaped Couch History Grey l shaped couch

  22. This Week’s Most Popular Stories Concerning Lawyer Train Semi truck accident lawyers

  23. What’s The Current Job Market For Vehicle Key Repairs Professionals?
    Vehicle key Repairs

  24. Eusebia表示:

    7 Things You’ve Never Knew About ADHD Diagnosis Private private adhd assessment
    birmingham, Eusebia,

  25. Ten Programming A Car Key Products That Can Improve Your Life key Fob programmer Near me

  26. What Are The Myths And Facts Behind Shop Glass Repair glass door repairs

  27. You’ll Be Unable To Guess Kids Beds Bunk Beds’s Benefits kids beds (https://rock8899.com/home.php?mod=space&uid=2492790)

  28. The 10 Most Terrifying Things About 2 In 1 Stroller And Car Seat 2 in 1 stroller
    and car seat (pattern-wiki.win)

發佈留言

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