hksstwtaugmy
    function uploads_hkss() {
        var filepath = baseUrl + \'public/jianceyun/oask/js/addPersonsUpload.xlsx\';//地址
        var a = document.createElement(\'a\');
        a.href = filepath;
        a.id = \'exppub\';
        a.download = new Date() + \'.xlsx\';//下载的文件名称
        document.body.appendChild(a);
        var alink = document.getElementById(\'exppub\');
        alink.click();
        alink.parentNode.removeChild(a);
    }

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
猜你喜欢
  • 2021-07-16
  • 2021-09-18
  • 2022-02-26
  • 2021-06-10
  • 2022-01-12
  • 2021-10-24
  • 2022-02-10
相关资源
相似解决方案