方法1:加头文件#include<stdbool.h> 方法2:重新申明一下 typedef enum {true=1,false=0}bool; ps:vscode中出现未定义标识符的问题,有可能是代码中存在中文的空格和tab,改成英文的便可以解决。