不同的变量必须要分别输出吗?
public static void main(String[] args) {
String i="_我爱慕课网";
String o="www.imooc.com";
System.out.println(i+"\n"+ o);
这样也可以啊
i o 都需要大写