uni中cookie存取

Posted 小赵在此

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了uni中cookie存取相关的知识,希望对你有一定的参考价值。

存入cookie

mounted(){ document.cookie = "name=test2"; },
页面开始时,就将name=test2存入cookie

取出cookie

mounted(){ document.cookie = "name=test2;ex=yes"; console.log(22) },

getMyCookie(){
			console.log(getSingleCookie("name"))
			
		},

以上是关于uni中cookie存取的主要内容,如果未能解决你的问题,请参考以下文章

Asp.net mvc controller 中如何正确存取cookie

在jsp或java中怎么存取cookie值

js代码片段: utils/lcoalStorage/cookie

cookie中存取中文字符

关于Cookie存取中文出现乱码问题

Electron 的 cookies 无法存取,带测试对比图