摘要: webapi public class ValuesController : ApiController { // GET api/values public IEnumerable<string> Get() { return new string[] { "value1", "value2" } 阅读全文
posted @ 2020-07-01 17:32 头号程序媛 阅读(5413) 评论(0) 推荐(0) 编辑