Acme包中的以Post方式发送数据的例子.docVIP

  • 4
  • 0
  • 约8.2千字
  • 约 7页
  • 2016-08-13 发布于重庆
  • 举报
Acme包中的以Post方式发送数据的例子

作者:sonymusic email: sonymusic@ 日期:2001-5-11 13:55:13 package Acme; import .*; import java.io.*; import java.util.*; import java.text.*; /// A URLConnection that implements POST. // P // Some implementations of URLConnection, e.g. the one in Navigator 3.0, // do not support POST. This is a stripped-down version that does. // P // Note that it cant inherit from .URLConnection because that // class has no public constructors. Not all the standard URLConnection // methods are re-implemented here, just the ones necessary for posting. // P // This class is not needed in current browsers. // P

文档评论(0)

1亿VIP精品文档

相关文档