09 2021 档案
摘要:print("{}/{}/{} {}:{}.{}".format(*time.localtime()))
阅读全文
摘要:Introduction This tutorial contains screenshots for the English version of Windows 10. Separate instructions for older versions of Windows are also av
阅读全文
摘要:一个python巧妙技巧,分享给大家 我的需求是将一个dict的键都format输出,用到了*对字典解包 data = {a: 1, b: 2...} msg = f"{'{} '*len(data)}".format(*data.keys())
阅读全文