Appearance
function removeItem(key: string): void
根据key值删除Cookie中键值对
removeItem('test');
key
string
key值
void