07 2019 档案

摘要:functools.partial GetNextDay(selected_day,1) GetNextDay(selected_day,2) GetNextDay(selected_day,3) 可以简化为 import functools nday = functools.partial(Get 阅读全文
posted @ 2019-07-30 19:26 blog_hfg