react常用工具函式

2021-10-04 19:14:07 字數 724 閱讀 8825

class mutill 

// 沒有登陸狀態,強制跳轉到登陸頁面

else if (10 === res.status)

// 介面請求成功但是服務端驗證沒有通過導致沒有拿到資料, 例如: 登入時密碼錯誤

else

},error : err =>

})}) }

// 2. 跳轉到登陸頁面,redirect表示從**跳轉過來的

logout ()

// 3.獲取請求引數

geturlparam (name)

// 4.錯誤提示

errortips (errmsg)

// 5. 成功提示

successtips (successmsg)

// 6.設定本地儲存

setstorage (name, data)

// 基本型別

else if (['string', 'number', 'boolean'].indexof(datatype) >= 0)

// 其他型別

else }

// 7.獲取本地儲存

getstorage (name)

else }

// 8.刪除本地儲存

removestorage (name)

}export default mutill;

jQuery 常用工具函式

常用工具函式 1.字串去空格操作 trim 2.陣列和物件操作 遍歷陣列 過濾資料 3.測試操作 4.url操作 function varnewarray 2,3,4,5,6,7,8 返回下標小於3的和元素小於3的 vartmep grep newarray,function element,ind...

JQuery常用工具函式

去掉字串空格 trim a 遍歷陣列 each b,function insert,value 篩選陣列內容 返回陣列 grep b,function element,index 修改陣列內容 返回陣列 map b,function element,index 根據索引值去陣列內容 inarray ...

js常用工具函式總結

目錄 1 序列化時間 獲取當前序列化後的時間 dateformat 2 獲取當前日期前或指定時間,前一定範圍的時間 getassigntime 3 判斷是否是1366解析度 is1366screen 4 獲取echarts中x軸資料 getxlist 5 函式防抖 debounce 6 函式節流 t...