In java, what's the best way to read a url and split it into its parts?

前端 未结 4 985
攒了一身酷
攒了一身酷 2021-01-18 01:27

Firstly, I am aware that there are other posts similar, but since mine is using a URL and I am not always sure what my delimiter will be, I feel that I am alright posting my

4条回答
  •  醉梦人生
    2021-01-18 02:22

    This is how you should split your URL parts: http://docs.oracle.com/javase/tutorial/networking/urls/urlInfo.html

提交回复
热议问题