04 2020 档案
摘要:请求的地址 url 是http 还是https 是不一样的 这个是http 的请求方法 如果你要请求https 可以修改被调用的接口 右键 项目->属性->调试 web服务器设置 增加一个 http 示例: https://localhost:5001;http://localhost:5000 p
阅读全文
摘要:/// <summary> /// 将List转换为DataTable /// </summary> /// <param name="list">请求数据</param> /// <returns></returns> public static DataTable ListToDataTable
阅读全文