亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

java - WEB 導(dǎo)出EXCEL 表格 怎么出現(xiàn)選擇路徑的框
伊謝爾倫
伊謝爾倫 2017-04-18 10:36:31
0
3
647
伊謝爾倫
伊謝爾倫

小伙看你根骨奇佳,潛力無(wú)限,來(lái)學(xué)PHP伐。

reply all(3)
黃舟


I intercepted part of the code I originally developed. You can refer to the action and service (compatible with new excel export) layers

左手右手慢動(dòng)作

response.setContentType("application/octet-stream")

PHPzhong

The problem is solved. Reason: I used AJAX get to submit, which would not open the save path interface

$.get("http://localhost:8080/StaffOS/export_excel",function(data,status){
   if(data == "success"){
   $.messager.alert('My Title','導(dǎo)出成功','info');
    }
    });
    
    改成:window.location="/StaffOS/export_excel";
    
    還有一點(diǎn),不同的瀏覽器也會(huì)有差別,之前使用谷歌,就直接下載了,沒(méi)有出現(xiàn)選擇路徑的框(可能在哪里需要設(shè)置吧),后來(lái)在使用火狐的就能出現(xiàn)選擇下載保存路徑的框。
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template