摘要: interface File { type: 'js'|'css'; url: string; } type libKey = 'mtstatSdk'|'elementUI'|'weChatJSSDK'; const libMap: Record<libKey, { files: File[]; l 阅读全文
posted @ 2021-06-25 10:55 瑞瑞大人 阅读(100) 评论(0) 推荐(0) 编辑
摘要: export function getItemKeyList(): Array<string> { const keyList = []; for (let i = 0; i < localStorage.length; i += 1) { const key = localStorage.key( 阅读全文
posted @ 2021-06-25 10:52 瑞瑞大人 阅读(123) 评论(0) 推荐(0) 编辑