09 2021 档案

摘要:一:需用引用echarts.js; 二:要在eCharts在IE兼容模式中显示,需要指定meta元素中放入X-UA-Compatible ie=edge 标头如下: <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name= 阅读全文
posted @ 2021-09-14 14:19 凉介-C 阅读(980) 评论(0) 推荐(0)
摘要:写入Cookie: Response.Cookies["admin_id"].Value = item["id"]; //设置值 Response.Cookies["admin_id"].Expires = DateTime.Now.AddDays(1); //设置cookie过期时间 读取Cook 阅读全文
posted @ 2021-09-08 10:39 凉介-C 阅读(190) 评论(0) 推荐(0)