摘要: #!/usr/bin/env python#encoding:utf-8'''def test1(*arg2): #print arg2.keys() #print arg2.values() print arg2 a={'b':2,'c':3}print ... 阅读全文
posted @ 2015-05-24 23:58 robotor 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 1、split 分割2、内置函数 __name__ ------- 主动执行还是被其他程序调用; 本程序内 __name__ 值为 __main__ ;其他程序调用时,__文件名____file__ ======当前文件路径、是文件的相对路径__doc__ ======当前程序说明文档3、函数 de... 阅读全文
posted @ 2015-05-24 20:01 robotor 阅读(179) 评论(0) 推荐(0) 编辑