摘要:
arr = [[1,2,3,4],[5,6,7,8],[9,10,11,12]] #方法1 ar2 =[] for i in range(len(arr[0])): b =[] for j in range(len(arr)): b.append(arr[j][i]) ar2.append(b) p 阅读全文
摘要:
https://blog.csdn.net/weixin_43211480/article/details/104639522 根据上面的设置, 破解文件见下面的链接: https://github.com/SobieskiCodes/RDPWrap Download the full zip an 阅读全文