如何在 jsfiddle 中获取控制台

2022-01-11 00:00:00 console javascript jsfiddle

如何让控制台显示在 JSfiddle.com 上的小提琴中?

How can I get the console to show in a fiddle on JSfiddle.com?

我最近看到一个小提琴中嵌入了控制台,有人知道这是怎么做到的吗?

I recently saw a fiddle that had the console embedded in the fiddle, anyone know how this can be done?

推荐答案

  1. 展开 JavaScript 面板
  2. 选择 jQuery Edge
  3. 选择 Firebug Lite.

应该在结果标签的底部添加一个内联控制台

Which should add an inline console to the bottom of the results tab

相关文章