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 {
相關文章
相關標籤/搜索