前者*arguments 會把多的參數當成一組序對(tuple) ,後者**keywords 則是會把多的參數當成一組字典(dictionary) ,因此需額外提供參數名稱當key 。 *arguments 與** ...
確定! 回上一頁