Pattern p = Pattern.compile("(?<=\\$\\{)[^}]*"); Matcher m = p.matcher("13${asf}525${sss}"); while (m.find()) { String group = m.grou
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号