Appearance
function getItem(key: string): string
根据key值获取cookie数据
getItem('test');
key
string
key值
Cookie中key值为key的值