我正在寻找基本的循环,比如:
for(int i = 0; i < MAX; i++) { doSomething(i); }
但对巴什来说。
https://stackoverflow.com/questions/49110
相似问题