1

eclipse中有没有办法自动增加每个变量名?

例如

int mInt;
int mInt2;
int mInt3;
int mInt4;

等等。

4

1 回答 1

2

如果您需要许多类似名称的变量,那么使用不同的数据结构(例如数组)会更好。

于 2012-07-07T01:12:01.483 回答