后端 Swoole用c写的吗 swoole底层是用C语言来写的。swoole系列函数可以理解为swoole提供给php的api,php通过swoole系列函数调用swoole的api,来启动swoole服务、注册回调函数等,s...