set 函数用于在 cookie 中设置数据。
set
cookie.set("USER_ID", "Wang");
cookie. set ( key, value )
void
key
String
value