node js read file to string 在 Why does Node.js' fs.readFile() return a buffer instead of string? 的評價
From the docs: If no encoding is specified, then the raw buffer is returned. Which might explain the <Buffer ...> . Specify a valid encoding ... ... <看更多>