摘要: 创建两个区域,一个是User,一个是Manage。 User区域有两个页面,index1,和index2 User区域: index1:负责写入cookie index2:负责读取cookie Manage区域: index3:负责读取cookie 写入cookie的代码为:$.cookie("my 阅读全文
posted @ 2019-02-26 15:36 古兴越 阅读(204) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication1.test1 { //原文:https://www.cnblogs.com/wolf-sun/p/... 阅读全文
posted @ 2019-02-26 10:41 古兴越 阅读(171) 评论(0) 推荐(0)