这个API脚本为一个应用程序的网站我是不工作
本文关键字:网站 应用程序 工作 一个 脚本 API 这个 | 更新日期: 2023-09-27 18:01:40
我需要帮助
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace kbam_.API
{
class filea
{
public static string filea(string url) //this code right here
{
string contents;
var wc = new System.Net.WebClient();
contents = wc.DownloadString(url);
}
}
}
是的,我被kesbook uk授权使用这个我是所有者所以我可以用我想要的http://kesbook.cf/autho
如果你正在查询一个RESTful API,我建议使用Restsharp nugget包,它更容易使用。