deepCopy# swordfish.function.deepCopy()# Returns a deep copy of obj. A deep copy copies all mutable elements, resulting in a fully independent replica of the original object. 参数: obj (Constant) -- Can be of any data type.