Commit bb7ca1bc by 徐高华

url

parent 95386260
......@@ -209,7 +209,7 @@ public class MaterialServiceImpl implements MaterialService {
}
String[] arr = null ;
if(url.contains("?")) {
arr = url.split("?")[0].split("/") ;
arr = url.split("\\?")[0].split("/") ;
}else {
arr = url.split("/");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment