因为项目要调用第三方网站接口获取信息(类似python爬虫),所以在后端项目中需要前端axios一样去构建请求获取信息。下面用简单的获取IP地址为例。
Slf4j
public class IPTest {// IP地址查询public static final String IP_URL "http:/…
C# 实现WebScoket客户端 含登录授权功能
using System;
using System.Text;
using System.Threading;
using System.Collections.Concurrent;
using System.Net.WebSockets;
using Newtonsoft.Json.Linq;
using System.Net;
using System.IO;using MultiCore.ViewModel;namesp…