阅读背景:

python的深浅拷贝

来源:互联网 
list1 = [1,2,3,4]
list2 = list1
list1.append(99)
print list2prin



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: