我的答案
1 2 3 4 5 6 7 8 9 | public class HelloWorld{ public static void main(String[] args) { String a= "我爱慕课网" ; String b= "www.imooc.com" ; System.out.println(a+ '\n' +b); } } |
1 2 3 4 5 6 7 8 9 | public class HelloWorld{ public static void main(String[] args) { String a= "我爱慕课网" ; String b= "www.imooc.com" ; System.out.println(a+ '\n' +b); } } |
2014-11-28
举报