Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Windows 的大文本文件中找到最后一次出现的字符串。有没有办法使用 Notepad++ 来做到这一点(如果你知道更好的方法,也建议使用 Notepad++ 之外的方法)?
如果可能的话,我不想安装任何附加组件或其他任何东西。
谢谢。
只需按 Ctrl+F 或从菜单 - 搜索 -> 查找,然后在搜索字段中键入您的字符串。在方向上选择向上,它将从末尾开始。(确保在所有这些之前,您没有将鼠标指向文本上的任何位置,或者它在文件中的第一个字符之前。)