php // 输出cookie 值echo $_COOKIE["user"]; // 查看所有cookie print_r($_COOKIE); ?> 在下面的實例中,我們使用isset() 函數來確認是否已設置了cookie: <html> <head> ...
確定! 回上一頁