http://www.ccw.com.cn/htm/center/prog/02_6_21_3_2.asp
http://www.yesky.com/SoftChannel/72342371961929728/20030826/1724151.shtml
http://www.yesky.com/SoftChannel/72342371961929728/20030830/1725013.shtml

解决方案 »

  1.   

    各位 不好意思   我不知道在那里提问 有个关于URLCONNECTION的问题 urlconnection下载多框架网页 请问哪位专家 用urlconnection下载多框架网页 怎么实现 
    http请求头里有多框架设置么 jdk1.4支持么 
      

  2.   

    A URLConnection with support for HTTP-specific features. See the spec for details. Each HttpURLConnection instance is used to make a single request but the underlying network connection to the HTTP server may be transparently shared by other instances. Calling the close() methods on the InputStream or OutputStream of an HttpURLConnection after a request may free network resources associated with this instance but has no effect on any shared persistent connection. Calling the disconnect() method may close the underlying socket if a persistent connection is otherwise idle at that time.