博主首页
摘要: public static String delHTMLTag(String htmlStr){ String regEx_script="<script[^>]*?>[\\s\\S]*?<\\/script>"; //定义script的正则表达式 String regEx_style="<styl 阅读全文
posted @ 2021-07-16 16:03 笑~笑 阅读(1141) 评论(0) 推荐(0)