verysu 设计模式 设计模式 响应式编程 百度开发平台 codeforces leetcode usfca

导航

java正则表达式

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编辑  收藏  举报

我是谁? 回答错误