Python 列表_基本操作方法

《操作列表》 《遍历整个列表》         >高效的处理任何长度的列表。         >对列表中的每个元素执行相同的操作时for循环语句。 start = [ 'down' , 'int' , 'tow-way' , 'exstart' , 'exchange' , 'looding' , 'full' ] for ospf in start: # 从 ospfs 中取出一个名字 并将其存
相关文章
相关标签/搜索