存储loalStorage export const loalStorageSet = (key, value) => { if (!key) return; if (typeof value !== 'string'