In Python, a shallow copy is a “one-level-deep” copy. The copied object contains references to the child objects of the original object.
確定! 回上一頁