luaL_loadbuffer[-0, +1, –] int luaL_loadbuffer (lua_State *L, const char *buff, size_t sz, const char *name); 等价于 luaL_loadbufferx,其 mode 参数等于 NULL。