在所有浏览器中禁用缓存

时间:2016-04-26 07:03:47

标签: c# angularjs caching xmlhttprequest

cache:false中设置$http是否足够,或者我也应该添加其他配置?

var self = this;
self.get = function () {
    return $http({
        method: 'GET',
        cache: false,
        url: '.......'
    });
}

0 个答案:

没有答案