Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
eclipse中有没有办法自动增加每个变量名?
例如
int mInt; int mInt2; int mInt3; int mInt4;
等等。
如果您需要许多类似名称的变量,那么使用不同的数据结构(例如数组)会更好。