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 gui 中运行的便携式应用程序。要使用什么命令/功能,所以当我编译 gui 脚本和便携式应用程序时,我希望便携式应用程序在 gui 中运行。一个例子会很棒。谢谢
您使用 Autoit 创建的 exe 文件可以复制到任何 win32 系统,您将能够运行。如果这就是您在便携式下的意思,那就是答案。
你不能用autoit制作android应用程序或任何类似的东西它不是java它不是cross splatform它是一个Windows自动化工具而且它本身就是一种编程语言但仅适用于Windows系统