URL相關API的使用

使用URL的API獲取URL中的各部份內容,如host,端口等html public static void main(String[] args) { URL hp = new URL("http://www.test.com:80"); System.out.println("Protocol: " + hp.getProtocol()); System.out.println("
相關文章
相關標籤/搜索