Skip to content

请求(http)

Request

http.Request("http://www.xxx.com","get",[],[])

Get

http.Get("http://www.xxx.com")

Post

http.Post("http://www.xxx.com",{})

版权所有.