简体   繁体   中英

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.

I want to play around with javascript language outside of the browser to learn more about it.

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.

I'm a big fan of jsFiddle .
jsBin is another option.

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.

Do you not have some kind of a GUI development program like DreamWeaver or CODA or something like that? (I'm on a mac, so I'm not familiar with a lot of windows based programs).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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