import copy a = [1, 2, 3] # 浅拷贝,内存地址不变 b = a a[0] = 8 print(i...
阅读: 5667
阅读: 5367
阅读: 3802
阅读: 3611
阅读: 3479
阅读: 3378
扫扫关注微信