We change the code to handle the use case when the optional argument is placed in first position. // ... if (args[2] === '--times') { name = args[4] times = ...
確定! 回上一頁