C#程序模拟网站服务器(如PHP、ASP等任意类型)接收GET、POST请求信息,实现REST_API接口服务
1、依赖环境NewtonsoftJSON库,严重依赖LogHelper自写的日志记录库只记录调试信息可替换或不用2、类的实现代码usingNewtonsoft.Json.Linq;usingSystem;usingSystem.Collections.Generic;usingSystem.Collections.Specialized;usingSystem.IO;usingSystem.Lin