0

当新的程序出现时,我想在同一位置输入一些计数器编号程序需要将以前的值更改为新值而不去新的位置我试过这个,但它对我没有帮助

for(int counter=0; counter<5; counter++) {
    System.out.printf("%d\b",counter);
}
4

0 回答 0