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.
当新的程序出现时,我想在同一位置输入一些计数器编号程序需要将以前的值更改为新值而不去新的位置我试过这个,但它对我没有帮助
for(int counter=0; counter<5; counter++) { System.out.printf("%d\b",counter); }