Appearance
function getItemOnce(key: string): string
根据key值获取cookie数据后删除Cookie中该键值对
getItemOnce('test');
key
string
key值
Cookie中键值为key的值