下面来看看使用RestSharp后的代码:. var posturl="http://localhost:8088/api/test"; RestClient client = new RestClient(posturl); client.Timeout = 60000 ...
確定! 回上一頁