c# 代码Post提交数据 application/x-www-form-urlencoded 方式
//////Post提交数据//////URL///参数///privatestringPostWebRequest(stringpostUrl,stringparamData){stringret=string.Empty;try{if(!postUrl.StartsWith("http://"))return"";byte[]byteArray=Encoding.Default.GetByte