Python 列表(List) 序列是Python中最基本的数据结构。 ... list = [] ## 空列表 list.append('Google') ## 使用append() 添加元素 list.append('Runoob') print list.
確定! 回上一頁