xcl666

package 重构四则运算;

import java.io.IOException;

public class Test {

public static void main(String[] args) throws IOException {
// TODO Auto-generated method stub
Test t=new Test();
t.comeTrue();

}

private void comeTrue() throws IOException {
// TODO Auto-generated method stub
Creat c=new Creat();
c.creat();
c.judge();
}

}

分类:

技术点:

相关文章:

  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
  • 2022-01-04
  • 2021-06-06
  • 2021-06-16
猜你喜欢
  • 2021-12-26
  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
  • 2022-01-01
  • 2022-12-23
相关资源
相似解决方案