gpt4 book ai didi

javascript - FileSaver.js 和 Blob.js - 更改目录

转载 作者:行者123 更新时间:2023-11-28 12:26:43 27 4
gpt4 key购买 nike

我正在使用 fileSaver.js 和 Blob.js 来保存这样的文件:

var blob = new Blob(["Hello, world!"], {type: "text/plain;charset=utf-8"});
saveAs(blob, "hello world.txt");

有什么技巧可以用来指定我自己的目录吗?

最佳答案

不,你不能。

[..] that is not possible due to security restrictions in the File API. The user will have to choose the directory a file is saved to.

https://github.com/eligrey/FileSaver.js/issues/42

关于javascript - FileSaver.js 和 Blob.js - 更改目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27573508/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com