void lua_pushstring (lua_State *L, const char *s);. 同样也有将C函数和userdata值压入栈的函数,稍后会讨论到它们。 Lua中的字符串不是以零为结束符的;它们依赖于 ...
確定! 回上一頁