解决方案 »

  1.   

    什么异常?
    除非你服务器进行了特殊的判断,一般不用加这些东西。
    conn.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)");
    conn.setRequestProperty("Content-type", "text/html");
    conn.setRequestProperty("Accept-Charset", "utf-8");
    conn.setRequestProperty("contentType", "utf-8");conn.getInputStream(); 这个异常贴出来就知道问题了。
      

  2.   

    java.net.ConnectException: failed to connect to /我的外网IP(port 端口): connect failed: ENETUNREACH (Network is unreachable)