简体中文
Appearance
传入字符串,获取指定名字的 cookie 的值
sting
string
object
import { getCookie } from 'ranuts'; const result = getCookie('name'); console.log(result); // ''