Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有一种方法可以轻松评估 WebStorm 中的任意 JavaScript 代码以进行测试?
我厌倦了 jsFiddle.net。我基本上想要WebStorm 中的REPL ,但我也可以在其中格式化代码块。
好吧,您可以REPL使用 webstorm 的新终端功能:
REPL
在“打开终端”上按回车键。
一旦你在终端,只需输入node,然后你会得到一个REPL. 这假设您已经nodejs安装。
node
nodejs
但是,如果你想要一个用于网络的 REPL,那么我建议你使用 Google Chrome 或 Firefox 的 REPL。