node.js
时间:2017-04-01 22:58:22
收藏:0
阅读:213
node.js Runtime
V8就是Runtime node.js就是基于V8的Runtime.
运行环境(英语:Runtime environment)又称“运行时系统”(run-time system),指一种把半编译的运行码在目标机器上运行的环境。
原文:http://www.cnblogs.com/non-clockwork-cheng/p/6657707.html
评论(0)