清除php中cookie的方法:1、直接删除,代码为【setcookie("users");】;2、通过设置失效时间清除,代码为【setcookie("users","OKadmin",time()-1);setcookie(....)】。
技术文章 / 下载软件趣味内容 / 专业带飞