在工程中Install-Package Microsoft.AspNet.WebApi.Cors在 webapiconfig.cs中config.EnableCors();在 控制器中,[EnableCors(origins: "*", headers: "*", methods: "*")]