A shallow copy creates a new list object and copies across all the references contained in the source list. A deep copy creates new objects recursively.
確定! 回上一頁