close
這個功能很常使用
呼叫API與接收回傳值,皆使用Json
sample如下 :
using (WebClient wc = new WebClient())
{
wc.Encoding = Encoding.UTF8;
response = wc.UploadString(Certify_AD_URL,"POST",json); //Certify_AD_URL是api的URL、response是回傳的參數
}
全站熱搜
留言列表