JavaScript can create, read, and delete cookies with the document.cookie property. Syntax. document.cookie = "key1 = value1; key2 = value2; expires = date";.
確定! 回上一頁