Python3故障解决之 os.rmdir Directory not emptyPython3故障解决之 os.rmdir Directory not empty
Python3故障解决之 os.rmdir Directory not empty解决方式import shutilshutil.rmtree('/folder_name')shutil.rmtree('/folder_name', ignore_errors=True)更多精彩代码请关注我的专栏selenium & python 源码大全repor...