global 是Node.js 的 全局对象 ,相当于JavaScript 中的 window 。 ... data = require('fs').readFileSync('filename', 'utf-8') console.log(data) ...
確定! 回上一頁