Php Cookie的一个使用注意点
程序员文章站
2022-06-17 13:41:10
...
复制代码 代码如下:
setcookie('test', 'this is a cookie test');
echo ($_COOKIE['test']);
?>