2011-06-29 43 views

回答

1

這個呢?

​​

並使用DOTALL標誌,讓點通配符匹配多個線路:

Pattern pattern = Pattern.compile("/\\*\\+.*?\\*/", Pattern.DOTALL);