java实例化对象
关于代码:Cst_customer customer=new Cst_customer();
我实例化了一个对象customer却不能使用?
一直纠结查资料问人。。。后来猛然发现原来

我是在类中实例化的对象,不是静态的,不能直接引用.

相关文章:

  • 2021-08-17
  • 2021-12-14
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-30
  • 2021-11-16
  • 2021-11-16
  • 2021-12-20
  • 2021-11-11
  • 2022-01-16
  • 2021-11-20
相关资源
相似解决方案