1、 idea 历史版本下载及安装
建议下载和我一样的版本,2020.3
https://www.jetbrains.com/idea/download/other.html,idea分为专业版本(Ultimate)和社区版本(Community),前期可以下载专业版本…
# C# API现在需要Verify your phone number to create an API key
using Newtonsoft.Json;
using System.Text;class Program
{static readonly HttpClient client new HttpClient();static async Task Main(){try{// 设置 API 密钥string apiKey "your api";clie…