摘要: 列表 list 1.list.append( p_object) 增加列表参数(向后追加) 2.list.count(value) 查询列表‘参数’的个数 3.list.extend(iterable) 批量的添加参数(iterable 可迭代的) 4. list.index(value, star 阅读全文
posted @ 2018-05-26 16:32 飘渺云烟 阅读(191) 评论(0) 推荐(0)