妈咪妈咪哄
2014-11-27 15:25
public class HelloWorld{
public static void main(String[] args) {
String strA = "我爱慕课网";
String strB = "www.imooc.com";
System.out.println(strA + "\n" + strB);
}
}
具体想问什么问题呢?代码看着没问题呀
Java入门第一季(IDEA工具)
1168337 学习 · 18754 问题
相似问题