摘要: 使用列表[:] #!/usr/bin/python # -*- coding: UTF-8 -*- a = [1, 2, 3] b = a[:] print (b) 阅读全文
posted @ 2020-11-08 19:59 孙暴脾气 阅读(90) 评论(0) 推荐(0)