标签:http ar bs tt br print public string ht
public static void main(String[] args) {
String url ="http://127.0.0.1:8080/teste/welcome/index.do?systemId=179#";
String ur=url.substring(0, url.indexOf("/welcome"));//根据条件截取url
System.out.println(ur);
结果=====http://127.0.0.1:8080/teste
}
标签:http ar bs tt br print public string ht
原文地址:http://www.cnblogs.com/yy123/p/4128384.html