2021年7月16日
摘要: https://www.zhihu.com/question/26895086 阅读全文
posted @ 2021-07-16 23:47 一杯明月 阅读(153) 评论(0) 推荐(0)
摘要: import os os.path.getsize(fullpathhere) > 0 >>> import os >>> os.stat("file").st_size == 0 True 阅读全文
posted @ 2021-07-16 09:56 一杯明月 阅读(408) 评论(0) 推荐(0)