08 2020 档案

Axios 禁用缓存
摘要:Disable cache for Axios1. set headers.Cache-Control = 'no cache' // not work for 0.19.x or later?2. set timestamp in url parameter for each request(ne 阅读全文

posted @ 2020-08-12 17:06 前端风云志 阅读(3752) 评论(0) 推荐(0)

javascript定义函数后立即执行(IIFE)
摘要:Talk is cheap, show me the code. // Immediately Invoked Function Expression - IIFE // 定义后立即执行的JavaScript函数。 // 基本语法,将函数定义在()内部,最后附加()执行函数。 // 一个小技巧,先写 阅读全文

posted @ 2020-08-08 19:31 前端风云志 阅读(858) 评论(0) 推荐(0)

导航

关注我

前端风云志