扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.net类httpurlconnection的类成员方法: setrequestmethod定义及介绍
发布时间:2014-2-17
本文导语:
setrequestmethod
public void setrequestmethod(string method)
throws protocolexception
设置 url 请求的方法,
get
post
head
options
put
delete
trace
以上方法之一是合法的,具体取决于协议的限制。默认方法为 get。
参数:meth...