为什么是hasNopass=true; 而不是bool hasNopass=true; 为什么没有bool了呢
因为 bool和int,char等一样是定义变量的类型,返回值就是true或者false。hasNopass是变量。