摘要: 序列序列(consequence)是 python 中一种数据结构,这种数据结构根据索引来获取序列中的对象。python 中含有六种内建序列类:list, tuple, string, unicode, buffer, xrange。其中 xrange 比较特殊,它是一个生成器,其他几个类型具有的一... 阅读全文
posted @ 2013-04-15 13:55 iFantasticMe 阅读(38982) 评论(3) 推荐(0)