- 博客(1)
- 资源 (4)
- 收藏
- 关注
原创 解决浏览器无痕浏览下面IOS10以下报错的问题
function isLocalStorage () { var testKey = 'test', storage = window.localStorage; try { storage.setItem(testKey, 'testValue'); storage.removeItem(testKey); } catch (error) { va...
2018-07-05 17:54:55
720
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人