Node.js **os** 模块提供了一些基本的系统操作函数### 引入该模块```js var os = require("os") ``` ### os 模块方法|方法| 描述| |:---|:---| |os.tmpdir() | - 简单 ...
確定! 回上一頁