한국어
화면 모드
주어진 이름의 쿠키 값을 가져옵니다.
string
name
import { getCookie } from 'ranuts'; const result = getCookie('name'); console.log(result); // ''