Hello += Name; lua_pushstring(pLua, Hello.c_str()); // 推入回傳字串進堆疊return 1; // 告訴Lua我們有一個回傳值} int main (void) { // 開啟Lua ...
確定! 回上一頁