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

原创
ithorizon 4周前 (10-18) 阅读数 27 #Javascript
node 是一个可以在“web 浏览器之外”运行javascript代码的环境。它使用 google 的 v8 引擎将 javascript 代码转换为机器代码。由于 node 在 web 浏览器之外运行 javascript 代码,这意味着它无法访问仅在浏览器中可用的某些功能,例如 dom 或窗口对象甚至localstorage。

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 – 初学者手册的详细内容,更多请关注IT视界其它相关文章!



上一篇:js如何获取鼠标 下一篇:js如何获得加密
热门