C# POST请求demo,contentType 格式:application/x-www-form-urlencoded

/* * url:为请求地址 * postData:请求内容例如:"key1=value1&key2=value2&key3=value3" */ public static string PostUrl(string url, string postData) { string result = ""; try {
相关文章
相关标签/搜索