众所周知,Windows使用反斜杠做路径,其中Unix使用正斜杠进行路径。 node.js提供path.join() 总是使用正确的斜杠。因此,例如,不是只编写Unix 'a/b/c'而是 ...
確定! 回上一頁