摘要:
int useridx = Convert.ToInt32(context.Request.QueryString["useridx"]); int type = Convert.ToInt32(context.Request.QueryString["type1"]); DataTable dt 阅读全文
摘要:
I 在NuGet中下载Newtonsoft.Json插件 using Newtonsoft.Json.Converters; 引入命名空间, --时间转换格式 soDateTimeConverter fmt = new IsoDateTimeConverter(); fmt.DateTimeForm 阅读全文