verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca
String regEx_script = "<[\\s]*?script[^>]*?>[\\s\\S]*?<[\\s]*?\\/[\\s]*?script[\\s]*?>";
Pattern p_script = Pattern.compile(regEx_script, 2);
Matcher m_script = p_script.matcher(htmlStr);
htmlStr = m_script.replaceAll("");
posted on 2020-01-17 10:08 泳之 阅读(84) 评论(0) 收藏 举报
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3