From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/cookie/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/zh-cn/glossary/cookie/index.html (limited to 'files/zh-cn/glossary/cookie/index.html') diff --git a/files/zh-cn/glossary/cookie/index.html b/files/zh-cn/glossary/cookie/index.html new file mode 100644 index 0000000000..494f911025 --- /dev/null +++ b/files/zh-cn/glossary/cookie/index.html @@ -0,0 +1,18 @@ +--- +title: Cookie +slug: Glossary/Cookie +translation_of: Glossary/Cookie +--- +

Cookie 就是访问者在访问网站后留下的一个信息片段。

+ +

Cookie 用于个性化用户的体验。可能包含用户在访问网站时的参数或输入。用户可以自定义浏览器来接受,拒绝或删除 Cookie。

+ +

Cookie 可以在服务器级别设置和修改,使用 Set-Cookie HTTP header, 或者在 JavaScript 中用 document.cookie.

+ +

了解更多

+ +

General Knowledge

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