摘要: 服务端SignalR支持 // 加入signalR,需要cors支持 builder.Services.AddSignalR(); string[] urls = { "http://localhost:3000" }; builder.Services.AddCors(options => { o 阅读全文