void lua_pushlstring (lua_State *L, const char *s, size_t len);. Pushes the string pointed to by s with size len onto the stack.
確定! 回上一頁