函数执行结果在栈中,取出来再放入栈 const char *msg = lua_tostring(L, -1); lua_pop(L, -1); lua_pushfstring(L, "sayhi say:%s", msg); return 1; }.
確定! 回上一頁