為什么定義兩個變量就不能輸出了?
public class HelloWorld{
? ? public static void main(String[] args) {
String s1="我愛慕課網(wǎng)";
System.out.println(s1);
? ? ? ? String a2="idcbgp.cn";
? ? ? ? System.out.println(a2);
}
}
public class HelloWorld{
? ? public static void main(String[] args) {
String s1="我愛慕課網(wǎng)";
System.out.println(s1);
? ? ? ? String a2="idcbgp.cn";
? ? ? ? System.out.println(a2);
}
}
2016-07-24
舉報
2016-07-28
運行有延時的,可能要等等的 ,代碼是沒問題的
2016-07-24
可以運行
2016-07-24
代碼沒錯的啊,可以運行出來