摘要:
in the test1the func run time 3.0043931007385254in the test2 joan 5the func run time 2.0034029483795166 阅读全文
posted @ 2017-07-02 21:13
joangaga
阅读(339)
评论(0)
推荐(0)
摘要:
import osdef print_directory_contents(sPath): for sChild in os.listdir(sPath): sChildPath = os.path.join(sPath,sChild) if os.path.isdir(sChildPath): p 阅读全文
posted @ 2017-07-02 20:39
joangaga
阅读(308)
评论(0)
推荐(0)