我哪錯了,運行不出來
public class HelloWorld{
??? public static void main(String[] args) {
?? ???? String myLove="我愛慕課網(wǎng)"?? ?
?? ??? ?String myURL="www.imoooc.com"
?? ??? ?System.out.println("myLove");
?? ??? ?System.out.println("myURL");
?? ?}
}
public class HelloWorld{
??? public static void main(String[] args) {
?? ???? String myLove="我愛慕課網(wǎng)"?? ?
?? ??? ?String myURL="www.imoooc.com"
?? ??? ?System.out.println("myLove");
?? ??? ?System.out.println("myURL");
?? ?}
}
2020-02-09
舉報
2020-02-23
第三行和第四行都加上英文半角符。
2020-02-17
最后加上分號
2020-02-12
public class HelloWorld{
??? public static void main(String[] args) {
??String myW="我愛慕課網(wǎng)\r\nidcbgp.cn";
??System.out.println(myW);
?}
}
嘿試試這個
2020-02-09
謝謝呢,運行出來了
2020-02-09
三個o了