摘要: #自定义函数:import ospath="D:\\Temp_del\\a"def gci (path):"""this is a statement"""parents = os.listdir(path)for parent in parents:child = ... 阅读全文
posted @ 2016-10-24 21:39 大海星 阅读(855) 评论(0) 推荐(0) 编辑
摘要: 具体查看github https://github.com/double12gzh/PythonLearning/blob/master/setup_env_in_script.py #!/usr/bin/python#########################... 阅读全文
posted @ 2016-10-24 21:22 大海星 阅读(2269) 评论(0) 推荐(0) 编辑