当你将一个像list,array这样的集合传递给python中的另一个函数时,是否会复制它,或者它只是一个指针?
python pass-by-reference pass-by-value
pass-by-reference ×1
pass-by-value ×1
python ×1