下一节:Python 简介 Python 集合 copy() 方法 Python 集合方法实例复制 fruits 集合: fruits = {"apple", "banana", "cherry"} x = fruits.copy() print(x) 运行实例定义和用法copy() 方法复制集合。语法set.copy()参数值无参数。Python 集合方法 下一节:Python 简介