public static void main(String[] args){
fu();
}
public static void fu(){
String a="";
System.out.print("原函数"+a+" ");
boolean a1=a.isEmpty();
System.out.println("修改后"+a1);
}

相关文章:

  • 2021-11-23
  • 2021-12-11
  • 2022-12-23
  • 2021-12-04
  • 2022-02-21
  • 2022-02-04
  • 2021-05-31
  • 2022-02-09
猜你喜欢
  • 2021-06-06
  • 2022-02-02
  • 2021-12-04
  • 2021-12-04
  • 2022-12-23
  • 2022-01-01
  • 2022-12-23
相关资源
相似解决方案