读取 cookie。
cookie 名。
Optional
操作选项。
cookie 值(cookie 不存在时返回空字符串)。
import { getCookie } from '@just4/cookie';getCookie('test'); Copy
import { getCookie } from '@just4/cookie';getCookie('test');
读取 cookie。