- shutil.copy(src,dst)
- Copy the file src to the file or directorydst. If dst is a directory, a file with the same basename as src is created (or overwritten) in the directory specified. Permission bits are copied.src and dst are path names given as strings.
Python_API_shutil_copy_待填充
最新推荐文章于 2024-10-25 14:07:10 发布