--java模拟实现browser,主要代码: 1 package socket; 2 3 import java.io.*; 4 import java.net.*; 5 6 public class MyHttpClient { 7 public static void main(String[] args) throws Exception{ 8 InetAddress inet = InetAddress.getByName("localhost"); 9 System.out.println(inet.getHostAddress());1... Read More
posted @ 2013-09-02 10:07 夏远 Views(404) Comments(0) Diggs(0)
Hit Counter
Americas Department Store