C语言如何用while格式改写else if?

2025-06-22 01:40:10
推荐回答(1个)
回答1:

while (buffer[i] == '+') {
//blabla
break;
}