- 4
- 0
- 约8.21千字
- 约 7页
- 2017-01-07 发布于北京
- 举报
[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)