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.
使用 Ruta 脚本,我尝试读取一个包含多行且每行包含多个单词的文本文件。
我使用了 WORDLIST 和 STRINGLIST,
WORDLIST personNameList = 'PersonName.txt';
STRINGLIST pList = {“约翰”,“保罗牛顿”};
但是两者虽然在一行只包含一个单词时工作得很好,但当一行包含多个单词时似乎不起作用。