HttpWebRequest request = HttpWebRequest.Create(Url) as HttpWebRequest;. string result = null;. request.Method = "POST"; // 方法. request.
確定! 回上一頁