args 是arguments 的缩写,表示位置参数;kwargs 是keyword arguments 的缩写,表示关键字参数。这其实就是Python 中可变参数的两种形式, *args 表示所有 ...
確定! 回上一頁