就是这样
public class HelloWorld{
public static void main(String[] args) {
String strA = "我爱慕课网";
String strB = "www.imooc.com";
System.out.println(strA + "\n" + strB);
}
}public class HelloWorld{
public static void main(String[] args) {
String strA = "我爱慕课网";
String strB = "www.imooc.com";
System.out.println(strA + "\n" + strB);
}
}2014-11-27
举报