摘要:
/** * @param {type} * @return: * @Description:获取本地存储的方法 */ public getItem(key: string) { key = this.getKey(key); const storeData: string | null = wind 阅读全文
posted @ 2020-01-19 10:24
龙旋风
阅读(847)
评论(1)
推荐(0)
摘要:
/** * 将一个对象组装成query查询的字符串 * @param data */ export const queryParamsJoin = (data: { [propsName: string]: any }): string => { if (!isObject(data)) { thr 阅读全文
posted @ 2020-01-19 10:19
龙旋风
阅读(691)
评论(1)
推荐(0)
浙公网安备 33010602011771号