URL,URI,URN的区别

java中操作URI(可以对URLecoder进行解码,这一定要解码之后再调用方法,不解码可能会有问题) public void uriTest() throws Exception{     URI uri = new URI("https://www.qiandu.com:8080/goods/index.html?username=dgh&passwd=123#j2se");    Syst
相关文章
相关标签/搜索