总结:点击等号时,什么代码

 

   



     else   if(str.equals("-")){
        ready=true;
    if(c=='\0'){   
        num1=Double.parseDouble(jf.getText());

    }else{
    num2=Double.parseDouble(jf.getText());
    jf.setText(count()+"");    
    num1=count();

    }
        c='\0';
    }

  

相关文章:

  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
  • 2022-01-10
  • 2021-06-30
猜你喜欢
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2021-10-11
相关资源
相似解决方案