首页
编程
java
php
前端
首页
编程
java
php
前端
while(*y++)是什么意思啊?
大学生求解呜呜呜
等价于
char ch; for
(;
ch
= *y,
y
= y + 1, ch != '\0'; )
{
//
...
}
点击展开全文