def myfunc(**kwargs): myfunc2(**{k:v for k, v in kwargs.items() if v is not None}). If you want to preserve the function's call signature, ...
確定! 回上一頁