From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/glossary/cookie/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 files/zh-tw/glossary/cookie/index.html (limited to 'files/zh-tw/glossary/cookie') diff --git a/files/zh-tw/glossary/cookie/index.html b/files/zh-tw/glossary/cookie/index.html new file mode 100644 index 0000000000..2751a58d60 --- /dev/null +++ b/files/zh-tw/glossary/cookie/index.html @@ -0,0 +1,21 @@ +--- +title: Cookie +slug: Glossary/Cookie +tags: + - cookie + - 術語表 +translation_of: Glossary/Cookie +--- +

Cookie 是一個網站通過瀏覽器訪問在訪客電腦裏留下的一小段信息。

+ +

Cookies 被網站用於個性化用戶個人的網頁體驗。 訪問該網站時它可能覆蓋了用戶的喜好或輸入。用戶可以自定義他們的瀏覽器是個接受或是刪除 cookies.

+ +

Cookies 可以設置和修改,在伺服器級別使用Set-Cookie HTTP header, 或在 JavaScript 使用 document.cookie.

+ +

了解更多

+ +

基礎知識

+ + -- cgit v1.2.3-54-g00ecf