const path = require('path')let exec = require('child_process').execexec('explorer.exe /open,"' + path.join(__static, '/resource/temple.docx' ) + '"')上面部分代码是我用来打开本地文件的方法,想请问一下有没有类似的下载文件的方法?希望各位赐教,谢谢!