我有一个非常大的文本文件.我想搜索特定单词的最后一次出现,然后对其后面的行执行某些操作.
我可以这样做:
if "word" in line.split(): do something
我只对最后一次出现感兴趣"word".
"word"
python text
python ×1
text ×1