Rush Asked: 2025-04-10 09:33:48 +0000 UTC C++ 编写指针的规则[重复] 5 我知道可以在变量之前或数据类型之后指定指针: 例子 int* ptr; int *ptr; 哪一个选项更好用? c++