請問哪里錯了呢
public class Yxstring { ? ?public static void main(String[] args) { ? ? ? ?String hobby("I love imooc"); ? ? ? ?System.out.println(hobby); ? ?} }?
public class Yxstring { ? ?public static void main(String[] args) { ? ? ? ?String hobby("I love imooc"); ? ? ? ?System.out.println(hobby); ? ?} }?
2020-12-01
舉報
2020-12-03
賦值要使用等號
2020-12-01
String hobby="i love imooc";