使用list.extend() 方法将多个值附加到一行中的列表,例如a_list.extend([b, c, d]) 。 list.extend() 方法会将提供的可迭代对象的项目附加到列表中。
確定! 回上一頁