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 泳之 阅读(77) 评论(0) 编辑 收藏 举报
Powered by: 博客园 Copyright © 2024 泳之 Powered by .NET 9.0 on Kubernetes