摘要: 1.常用的是println,就是换行输出 2.print,不换行输出 3.printf常使用于格式转化 public class Print { public static void main(String[] args) { int a = 3,b=4; float c = 2.3564f; Sy 阅读全文
posted @ 2020-09-12 19:48 coder小白 阅读(4394) 评论(0) 推荐(0)