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