注册账号
1.注册账号(网页:deepseek.com)

2.选择API keys 创建key

3.复制key

代码实现

实现前先要在NuGet程序包下载两个库
Newtonsoft.Json;(我目前使用版本13.0.3)
已下是代码的实现
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace WindowsFormsApp1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
privat

最低0.47元/天 解锁文章
1826

被折叠的 条评论
为什么被折叠?



