刷新


  //清除缓存
    $('#clearCached').on('click', function () {
        larryTab.cleanCached();
        layer.alert('缓存清除完成!本地存储数据也清理成功!', { icon: 1, title: '系统提示' }, function () {
            location.reload();//刷新
        });
    });


1     $("#refresh_iframe").click(function() {
2         $('#larry_tab_content').children('.layui-show').children('iframe')[0].contentWindow.location.reload(true);
原文地址:https://www.cnblogs.com/yangguoe/p/8949336.html