Path.join path.join([...paths]) * ...paths 인자들은 항상 string이어야 합니다. 경로들을 string 으로 받아 합쳐줍니다. 예시) path.join('/foo', ...
確定! 回上一頁