摘要: public void ConfigureServices(IServiceCollection services) { string strValue = Configuration.GetSection("Appsetings").GetSection("key").Value; foreach 阅读全文
posted @ 2018-02-08 14:22 Mr凯撒 阅读(1870) 评论(0) 推荐(1)