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.
我有一些与一些 Lua 代码交互的 C++ 代码。基本上,我希望能够从查询消息中获取一些结果(以字典或项目集合的形式),然后将它们作为表推送到 Lua,以便我可以轻松访问 Lua 中的所有结果使用字典。
现在,我只得到一个我想要的特定值并将其发送出去,但最好将它们全部发送出去,而不必请求特定的值。
假设您通常熟悉 Lua API,以下是基本流程: