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.
我有多个文件使用相同的函数名。有没有办法区分这两者?
AutoIt 不提供执行此操作的方法。您需要为每个函数指定一个唯一的名称。您可以将文件名添加到函数名称之前,这是一种穷人的命名空间。