摘要:
in the test1the func run time 3.0043931007385254in the test2 joan 5the func run time 2.0034029483795166 阅读全文
摘要:
import osdef print_directory_contents(sPath): for sChild in os.listdir(sPath): sChildPath = os.path.join(sPath,sChild) if os.path.isdir(sChildPath): p 阅读全文