是否有任何离线 HTML CSS JavaScript 编辑器,如 JSFiddle、jsbin、codepen 等?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11455667/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-24 05:53:30  来源:igfitidea点击:

Are there any offline HTML CSS JavaScript editors like JSFiddle, jsbin, codepen etc.?

javascripthtmlcss

提问by Jitendra Vyas

Are there any offline tools like JSFiddle.net to play with JavaScript, HTML, CSS without Internetin the fashion of JSFiddle.net?

有没有像 JSFiddle.net 这样的离线工具,可以像 JSFiddle.net 那样在没有互联网情况下玩 JavaScript、HTML、CSS ?

enter image description here

enter image description here

回答by Peter-Paul van Gemerden

I would say installing JSBin, like SpaceBeers suggested, is a pretty neat solution. But if that's not what you want, you could try one of the auto-reloading browser pluginsthat are out there.

我会说安装 JSBin,就像 SpaceBeers 建议的那样,是一个非常巧妙的解决方案。但如果这不是您想要的,您可以尝试使用现有的自动重新加载浏览器插件之一。

For example, the Auto Reload extension for Firefoxreloads the page as soon as the local file is changed.

例如,Firefox自动重新加载扩展会在本地文件更改后立即重新加载页面。

回答by Stephan

WIODEis no longer supported. A new project replaces it. It is called Codiad.

不再支持WIODE。一个新项目取而代之。它被称为Codiad

回答by Can G?me?

You can use http://kodtest.comon offline.Very simple to use. Like jsfiddle.

您可以离线使用http://kodtest.com。使用非常简单。就像 jsfiddle。

回答by David Augustus

It is difficult to use JSFiddle for big projects.. I am using a Web IDE called WIODE.

很难将 JSFiddle 用于大型项目。我正在使用名为WIODE的 Web IDE 。

It's been distributed trough Scriptaculous.

它已通过 Scriptaculous 分发。

David

大卫

回答by MarkFisher

Saving and getting JSFiddle to run locally might be a bit daunting, but there is a cruder but effective one @ http://htmledit.squarefree.com/. You can't do everything in RTHE that you can in JSFiddle, but it is remarkably tiny and runs locally with no modification.

保存并让 JSFiddle 在本地运行可能有点令人生畏,但有一个更粗略但有效的方法 @ http://htmledit.squarefree.com/。您无法在 RTHE 中完成您在 JSFiddle 中可以做的所有事情,但它非常小,并且无需修改即可在本地运行。

Also, check out Aptana (http://www.aptana.com/), it will execute your JS right from the IDE, very nice if very big.

另外,请查看 Aptana ( http://www.aptana.com/),它会直接从 IDE 执行您的 JS,如果非常大则非常好。