To get the name or hostname of the OS, you can use the hostname() method from the os module in Node.js. /* Get hostname of os in Node.js */ // ...
確定! 回上一頁