或使用Dart HTTPClient : HttpClient httpClient = new HttpClient(); // the client's proxy. httpClient.findProxy = (uri) { return "PROXY localhost:8888"; }; ...
確定! 回上一頁