- 博客(2)
- 收藏
- 关注
原创 Xcode历史版本下载
最近需要用到Xcode,到App Store发现系统版本不够,所以只能下载历史版本。到网上搜索之后发现都是page not found。经过摸索,历史版本的下载地址为:https://developer.apple.com/download/all/在搜索框内搜索Xcode即可:...
2021-08-21 12:20:00 369
原创 [python]print(f.readlines()[1]) IndexError: list index out of range
使用readlines循环读取txt文件时报错:with open("a.txt", "r") as f: for i in range(0, 20): print(f.readlines()[i].strip())错误信息:IndexError:list index out of range无法读取第二行以后的文本解决办法:加入f.seek()with open("a.txt", "r") as f: for i in range(0, 20):
2021-04-01 12:00:48 730
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人