这个不算什么问题,在 src / ngx_http_lua_util.c 文件的 227行, 如下 lua_State *cr = lua_tothread(L, -1); 变量 cr 没有申明在函数的头部, 与总体风格不一致,此外在c90编译器中报错。