因为每个人都知道Windows使用反斜杠的path,其中unix做与正斜杠的path。 Node.js提供 path.join() 来始终使用正确的斜杠。 因此,例如,不是只写 'a/b ...
確定! 回上一頁