php // Print a cookie echo $_COOKIE["user"]; // A way to view all cookies print_r($_COOKIE); ?> 在下面的例子中,我们使用isset() 函数来确认是否已设置了cookie: < ...
確定! 回上一頁