摘要: 中文目录:http://blog.csdn.net/jurbo/article/details/52334345 官方网站:https://docs.python.org/2.7/index.html 阅读全文
posted @ 2017-09-18 18:03 blitheG 阅读(159) 评论(0) 推荐(0) 编辑
摘要: python从2.6开始支持format,新的更加容易读懂的字符串格式化方法, 从原来的% 模式变成了新的可读性更强的映射 映射示例: 通过位置: '{0},{1}'.format('Blithe',24) #'Blithe,24' '{},{}'.format('Blithe',24) #'Bli 阅读全文
posted @ 2017-09-18 10:34 blitheG 阅读(233) 评论(0) 推荐(0) 编辑