using System.Net; ServicePointManager.ServerCertificateValidationCallback = delegate { return true; }; WebClient client = new WebClient();
確定! 回上一頁