( ´_ゝ`)φ 寫寫程式、做做筆記!!!
....................ლ(★ _ ★ ლ)
2018年2月1日
Node js 實體檔案下載並判斷檔案是否存在
var filename = "D:\test.json";
fs.exists(filename, (exists) => {
if(exists)
{
console.log("檔案存在!");
res.download(filename);
}else{
console.log("檔案不存在!");
res.json(result);
}
});
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言