獲取您自己的 Node 伺服器
var path = require('path');
//Return the delimiter:
console.log(path.delimiter);

              

;