Nov 30 11:18:10 2021] usb 2-8: Product: Logitech BRIO[Tue Nov 30 11:18:10 2021] usb 2-8: current rate 16000 is different from the48000
[Tue Nov 30 11:18:10 2021] input: Logitec
我希望用户输入的高度在2-8范围内,如果输入任何其他数字,它应该重新提示用户...我试过了 int main(void) int height; height= get_int("Enter The Height: "); while (height<=1 && height<=9);} 程序运行时没有错误