使用函数改变指针的方式

it2026-01-30  1

1.使用二重指针 void fun(int *p) 2.函数返回指针 int fun(int *p)

最新回复(0)