System.out.printf("%+9.2f",i); 我测试过了你的错误原因是类型不对: printf(String str Object[] args); java 提供printf(String str Object args); ...
確定! 回上一頁