为了账号安全,请及时绑定邮箱和手机立即绑定

匹配行结尾字符串

'''
如果最后一行没有换行,即光标在最后一行末尾,而不是在下一行的开头
'''
f = open('imooc.txt')
for line in f:
    if line.startswith('imooc') and (line.endswith('imooc\n')\
        or line.endswith('imooc'))


正在回答

1 回答

line.startswith是匹配字符串开头

你换成line.endswith试试

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

匹配行结尾字符串

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信