摘要: 闭包 python 阅读全文
posted @ 2014-09-11 17:05 buoge 阅读(222) 评论(0) 推荐(0)
摘要: (1).当"print os.path.dirname(__file__)"所在脚本是以完整路径被运行的, 那么将输出该脚本所在的完整路径,比如: python d:/pythonSrc/test/test.py 那么将输出 d:/pythonSrc/test (2).当"print os.pat... 阅读全文
posted @ 2014-07-25 19:19 buoge 阅读(822) 评论(0) 推荐(0)