设置LocalStorage 🔥
小于 1 分钟
入参 | 功能 | 类型 | 默认 | 说明 |
---|---|---|---|---|
key | 键 | String | "" | - |
val | 值 | Any | "" | - |
import { SetLStorage } from "@yangzw/bruce-us/dist/web";
SetLStorage("love", "我爱你");
入参 | 功能 | 类型 | 默认 | 说明 |
---|---|---|---|---|
key | 键 | String | "" | - |
val | 值 | Any | "" | - |
import { SetLStorage } from "@yangzw/bruce-us/dist/web";
SetLStorage("love", "我爱你");