System.out.println()怎么同时输出多个字符串
System.out.println("用引号"+"来表示"+"里面是一个字符串"+"用加号进行连接"+"也可以连接其他数据类型");
System.out.println("呵呵"+"哈哈哈"+"哦哦哦");