php header("Content-type: text/html; charset=utf-8"); //寫入cookie setcookie("account", "[email protected]"); echo $_COOKIE['account']."<Br> ...
確定! 回上一頁