求助:代碼哪里錯了
public class HelloWorld {
? ? public static void main(String[] args) {
?String title="我愛慕客網(wǎng)";
? ? ? String web="idcbgp.cn";
? ? ? System.out.println(title);
? ? ? System.out.println(web);
public class HelloWorld {
? ? public static void main(String[] args) {
?String title="我愛慕客網(wǎng)";
? ? ? String web="idcbgp.cn";
? ? ? System.out.println(title);
? ? ? System.out.println(web);
2016-10-03
舉報
2016-10-18
后面差倆個大括號
2016-10-03
語句沒問題,可能大括號漏了
2016-10-03
我運行顯示是正確的