html/javascript 编辑器,在您键入时显示结果

发布于 2024-12-20 13:55:41 字数 360 浏览 0 评论 0原文

是否有一个 html/javascript 编辑器可以立即在侧窗格中显示结果,而无需保存代码、alt+tab 和刷新。不需要任何其他功能。 刚刚学习 javascript,如果有一些东西可以立即显示代码的结果,那就太好了。

这是最终的自动热键脚本,它保存、切换到 firefox、切换到第一个选项卡并重新加载:

F9::
Send ^s
Sleep, 100
if WinExist("ahk_class  MozillaWindowClass")
  {
  WinActivate
  ControlFocus, MozillaWindowClass
  }
Sleep, 200
Send ^1
Send {F5}
return 

Is there a html/javascript editor that shows the result in a side pane instantly without having to save the code, alt+tab and refresh . Don't need any other features.
Just learning javascript and it would be great if there was something that would show instantly the result of the code.

This is the final autohotkey script , which saves , switches to firefox , swithes to the first tab and reloads.:

F9::
Send ^s
Sleep, 100
if WinExist("ahk_class  MozillaWindowClass")
  {
  WinActivate
  ControlFocus, MozillaWindowClass
  }
Sleep, 200
Send ^1
Send {F5}
return 

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

⒈起吃苦の倖褔 2024-12-27 13:55:41

http://jsfiddle.net/ 这是一个在线编辑器,对于您想要的内容来说效果相当好做。它附带了一些内置的常用库,并且很容易启动并开始工作。当我第一次开始学习 javascript 时,我发现它非常有帮助。

http://jsfiddle.net/ It's an online editor and works rather well for what it sounds like you're trying to do. It comes with some common libraries built in and it's easy to just start up and begin working. When I first started learning javascript I found it incredibly helpful.

逆光飞翔i 2024-12-27 13:55:41

我建议使用 Tinkerbin - http://tinkerbin.com/。它可以自动更新并保存您的工作以供以后使用。

I would suggest using Tinkerbin - http://tinkerbin.com/. It can auto update and save your work for later too.

她比我温柔 2024-12-27 13:55:41

w3schools.com 有 tryit asp 页面,可以在学习时进行练习。我发现这对初学者来说非常有帮助,刚开始接触 javascript。 JSfiddle 是另一种选择。

w3schools.com has tryit asp pages to practice while learning. I found this very helpful as a beginner when started with javascript. JSfiddle is another option.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文