Php Cookie的一个使用注意点 复制代码 代码如下:<?php setcookie( test , this is a cookie test ); echo ($_COOKIE[ test ]); ?> PHP编程 2022-04-24 223 点赞 3 评论 337 浏览