You can get only the additional arguments by creating a new array that excludes the first 2 params: JS copy. const args = process.argv.slice(2).
確定! 回上一頁