摘要: function makeCookie($key,$val){ // 查看cookie中是否已经存过键为history_ids if(Cookie::has($key)){ // 已经存过了 $json_str = Cookie::get($key); // 获取的数据是json字符串,需要转成数组 阅读全文
posted @ 2022-03-18 13:34 沫栀 阅读(36) 评论(0) 推荐(0)