php中文网

如何开始使用 NodeJS – 初学者手册

php中文网
node 是一个可以在“web 浏览器之外”运行javascript代码的环境。它使用 google 的 v8 引擎将 javascript 代码转换为机器代码。由于 node 在 web 浏览器之外运行 javascript 代码,这意味着它无法访问仅在浏览器中可用的某些功能,例如 dom 或窗口对象甚至localstorage。

如何开始使用 NodeJS – 初学者手册

What is Node?

Node is an environment in which you can run JavaScript code "Outside the web browser". Node be like – "Hey y'all, you give your JS code to me and I'll run it

以上就是如何开始使用 NodeJS – 初学者手册的详细内容,更多请关注php中文网其它相关文章!

上一篇:js如何判断猜拳

下一篇:js如何获得加密