摘要:
def mycopy(src_filename, dst_filename): try: fr = open(src_filename, "rb") try: try: fw = open(dst_filename, "wb") try: ... 阅读全文
posted @ 2018-08-24 23:34
zengsf
阅读(95)
评论(0)
推荐(0)
zengsf 懒惰、高效、实用
2018年8月24日
2018年8月23日