luaL_addlstring[-?, +?, e] void luaL_addlstring (luaL_Buffer *B, const char *s, size_t l); 向缓存 B (参见 luaL_Buffer )添加一个长度为 l 的字符串 s。这个字符串可以包含零。