gpt4 book ai didi

html - 如何选择目录保存输出?

转载 作者:行者123 更新时间:2023-12-03 12:30:42 25 4
gpt4 key购买 nike

select文件夹如何使用html css和javascript保存我们的输出文件。
我们可以使用输入类型= file选择输入文件,如何选择要保存输出文件的目录。

最佳答案

在典型的Web浏览器上下文中,这是不可能的,但是由于标记了,因此可以从Electron remote使用the dialog API:

const { dialog } = require('electron').remote;

const directory = dialog.showOpenDialogSync({
properties: ['openDirectory'],
});

关于html - 如何选择目录保存输出?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63487403/

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