幫忙糾正一下錯在哪里
public class HelloWorld{
? ? public static void main(String[] args) {
? ?String str1="我愛慕課網(wǎng)"; ? ?
String str2="idcbgp.cn";
? ? ? ? System.out.println(str1);
? ? ? ? System.out.println(str2);
}
}
public class HelloWorld{
? ? public static void main(String[] args) {
? ?String str1="我愛慕課網(wǎng)"; ? ?
String str2="idcbgp.cn";
? ? ? ? System.out.println(str1);
? ? ? ? System.out.println(str2);
}
}
2016-07-22
舉報
2016-07-22
感覺沒有問題,能運行
2016-07-27
public class HelloWorld{
? ? public static void main(String[] args) {
? ?String str1="我愛慕課網(wǎng)"; ?
System.out.println(str1);?
String str2="idcbgp.cn";?
???? System.out.println(str2);
}
改成這樣子就行了
2016-07-22
看來是慕課網(wǎng)的編程提交有問題
2016-07-22
這段代碼沒有錯啊,可以正常輸出的啊,你所指的錯是什么意思呢?
2016-07-22
我用eclipse運行了,沒有問題啊?