Python 列表数据类型有三种方法向里面添加元素: append() - 将一个元素附加到列表 ... 元素添加到列表的最后面。 append() 方法的语法如下: list.append(element) ...
確定! 回上一頁