2020年4月16日
摘要: for i in s1: if i in s2: c1.append(i) s1={1,2,3} for j in range(0, len(s1)): if s1[j]==i: t1.append(j) 阅读全文
posted @ 2020-04-16 11:51 shao1213 阅读(4418) 评论(0) 推荐(0) 编辑
摘要: 今天遇到了问题 阅读全文
posted @ 2020-04-16 09:18 shao1213 阅读(5908) 评论(0) 推荐(0) 编辑