我哪里错了啊
public class HelloWorld{
public static void main(String[] args) {
String tell="我爱慕课网";
String $tell="www.imooc.com";
System.out.println(tell);
System.out.println($tell);
}
}
public class HelloWorld{
public static void main(String[] args) {
String tell="我爱慕课网";
String $tell="www.imooc.com";
System.out.println(tell);
System.out.println($tell);
}
}
2020-02-03
举报