为了账号安全,请及时绑定邮箱和手机立即绑定

怎么用一句System.out.println输出两个字符串

怎么用一句System.out.println输出两个字符串

正在回答

3 回答

System.out.println("str1"+"shr2");       用+连起来  或者 \n换行输出 都行的

1 回复 有任何疑惑可以回复我~
#1

w雪 提问者

非常感谢!
2016-03-04 回复 有任何疑惑可以回复我~
#2

37210

换行的这个不行 啊 ?? public class HelloWorld{ public static void main(String[] args) { String l="我爱慕课网"; String k="www.imooc.com"; System.out.println(l\nk); } }
2016-03-18 回复 有任何疑惑可以回复我~

我试过了,他们都在同一行输出了咋回事啊啊

0 回复 有任何疑惑可以回复我~

System.out.println("第一个字符串为"+string1+"第二个字符串为"+string2);

1 回复 有任何疑惑可以回复我~
#1

w雪 提问者

非常感谢!
2016-03-04 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

怎么用一句System.out.println输出两个字符串

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信