gpt4 book ai didi

plunker - 上传文件到 Plunker

转载 作者:行者123 更新时间:2023-12-02 08:39:22 25 4
gpt4 key购买 nike

有什么办法可以将多个文件上传到http://plnkr.co ,而不是一直复制粘贴代码?如果 plunker 可以连接到 github 存储库,或者可以拖入一组文件,那就太好了。

最佳答案

没有内置方法可以将多个文件上传到 Plunker。

用户已经构建了工具来促进这一点。请参阅:https://www.npmjs.org/package/plunk这是一个命令行实用程序,可让您从目录内容创建 plunk。

您还可以通过向 http://plnkr.co/edit/ 发出 POST 请求来引导 plunk,其中负载具有以下格式:

{
"description": "Plunk description", // Optional
"tags": ["tag1", "tag2", ..., "tagN"], // Optional
"files": {
"filename1.ext": "contents of filename1.ext",
"filename2.ext": "and so on.."
}
}

此处理程序的代码:https://github.com/filearts/plunker_www/blob/0c608ae80ef30d59bfdfeaf3c2a28563f7b730e4/app.coffee#L105-L121

关于plunker - 上传文件到 Plunker,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21555867/

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