摘要: 在新建完asp.net core webapi项目 并且将Route改成[Route("[controller]/[action]")]后 1.GET请求之无参方法 [HttpGet] public IEnumerable<WeatherForecast> Get() { return Enumer 阅读全文
posted @ 2023-02-24 18:58 ShawBlack 阅读(49) 评论(0) 推荐(0) 编辑