Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一些演示,我们需要为每个用户动态生成一些代码。我们想发布一个 JSFiddle API 端点,以从我们的后端以编程方式创建一个新的小提琴。但是,阅读文档,似乎唯一支持的 POST 函数是为表单设计的,而不是 API,并加载加载了 jsFiddle 的页面。
有什么方法可以发布到 jsFiddle API 并取回我可以引导用户访问的 jsFiddle 的 URL?
你可能已经发现了这个:
显示来自 POST 的小提琴