Appearance
function setItem(key: string, val: string): boolean
设置cookie的键值对
setItem('test', '你好, 世界!');
key
string
键
val
值
boolean