摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ABCDEFG { public class 依赖注入 { public void test() ... 阅读全文
摘要:
浏览器 local Storage 是解决cookies存储空间不足问题. cookle中每条cookie的存储空间为4K. local storage 的存储空间一般为5M.这个根据浏览器变化. local storage 的值类型限定为string类型.如果存储内容多的话会导致页面变卡. loc 阅读全文