描述extend() 函数用于在列表末尾一次性追加另一个序列中的多个值(用新列表扩展原来的列表)。 ## 语法extend()方法语法: ```py list.extend(seq) ``` ## 参数seq ...
確定! 回上一頁