标签: asp.net-web-api cors
我用
[EnableCors("*", "*", "*")]
在WebConfig.cs
config.EnableCors();
出了什么问题?为什么会出现Cors问题?