运算符的优先级不同B:中 ->的优先级 大于 * ,*p->str++ 相当于 *(p->str)++C:中 -> 的优先级大于 ++参照:https://blog.csdn.net/sunshihua12829/article/details/47912123