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.
有人知道通过使用 vbs 获取与文件中特定文本匹配的行号的方法吗?(文本作为参数发送)。例如,我想说这个文本在第 11 行。
请不要考虑文本在文件中多次出现。
感谢您的回答
当遍历 TextStream 的行时,它的 .Line 属性
返回 TextStream 文件中当前行号的只读属性。
保存所需的信息。