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 允许在侧边栏的外部资源部分导入外部脚本。是否可以在其中导入另一个 jsfiddle 的 javascript?
例如,我可以创建一个名为“A”的 jsfiddle,它创建一个 javascript 对象并在其他 jsfiddle 中使用该对象,只需将 jsfiddle“A”作为外部资源导入即可。
我不确定这有多理想,但我很想知道是否有可能实现。
我一直在网上搜索可能对您有帮助的资源。这应该会有所帮助。
显然,你不能这样做。因为小提琴只是为了临时测试逻辑,而无需在您的个人计算机中设置文件夹结构。
希望这可以帮助。