码迷,mamicode.com
首页 > 其他好文 > 详细

IE get请求拿本地缓存解决方案

时间:2019-08-30 11:18:51      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:需要   dom   发送   缓存   nbsp   自己   mat   url   and   

    // IE get请求拿本地缓存解决方案
    // 下面是我自己封装的方法发送的请求,只需要看URL后缀就可以
    var res = this.$http.get(`/getbhsbfhjasf?td=${Math.floor(Math.random() * (1000 + 1))}`)
    // 重点就是 URL后面的  <<||   ?td=${Math.floor(Math.random() * (1000 + 1))}   || >>

 

IE get请求拿本地缓存解决方案

标签:需要   dom   发送   缓存   nbsp   自己   mat   url   and   

原文地址:https://www.cnblogs.com/blueswithchenxing/p/11433754.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!