spokeen 的笔记
主页
技术博客
开源项目
软件工具
Github
(opens new window)
#
process
一、
process 是一个全局对象,不需要通过 require() 引入,建议显示引入。process 主要做获取进程信息和执行进程操作。
#
一、