简体   繁体   English

GUI工具测试javascript

[英]GUI Tool to test javascript

I am looking for GUI/Windows based tool to test my javascript code there instead of using firebug or other in-browser tool. 我正在寻找基于GUI / Windows的工具来在那里测试我的javascript代码,而不是使用firebug或其他浏览器工具。

I want to play around with javascript language outside of the browser to learn more about it. 我想在浏览器之外使用JavaScript语言来了解更多信息。

Has anyone come across such tool? 有人遇到过这样的工具吗? I could not find one :( 我找不到一个:(

Edit: I am looking for GUI/Windows based on which can be used even if I am not connected to internet and still play around with javascript. 编辑:我正在寻找基于GUI / Windows,即使我没有连接到Internet并仍然使用javascript仍可以使用。

I'm a big fan of jsFiddle . 我是jsFiddle的忠实粉丝。
jsBin is another option. jsBin是另一种选择。

Microsoft Web Developer Express是免费的,并且具有出色的JavaScript编辑器和调试器。

If you're looking for something that you don't need to be connected to the internet for, why can't you just use your browser? 如果您正在寻找不需要连接到互联网的内容,为什么不能只使用浏览器呢? I assume you've already got some kind of development platform now. 我认为您现在已经有了某种开发平台。 Save to a local HTML file and view it on your local browser. 保存到本地HTML文件,然后在本地浏览器上查看。

Do you not have some kind of a GUI development program like DreamWeaver or CODA or something like that? 您没有像DreamWeaver或CODA之类的GUI开发程序吗? (I'm on a mac, so I'm not familiar with a lot of windows based programs). (我在Mac上,所以我对许多基于Windows的程序并不熟悉)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM