摘要: 1 在项目中添加 hosting.json 文件用来配置端口,内容如下 { "urls": "http://*:12306" } 修改启动项目 Program.cs 文件 Main 方法如下 public class Program { public static void Main(string[ 阅读全文
posted @ 2021-07-18 17:30 温故纳新 阅读(421) 评论(0) 推荐(0)