下一节:Python 简介 Python 列表 copy() 方法 Python 列表/数组方法实例拷贝 fruits 列表: fruits = ['apple', 'banana', 'cherry', 'orange'] x = fruits.copy() 运行实例定义和用法copy() 方法返回指定列表的副本。语法list.copy()参数值无参数。Python 列表/数组方法 下一节:Python 简介