该死,我正试图为我的项目取得高分,但我的代码只保存最后一个值而不是最高值我怎样才能只存储最高值(value)?这是我的代码。这是保存过程->SharedPreferencesprefs=getSharedPreferences(MY_PREFERENCES,Context.MODE_PRIVATE);SharedPreferences.Editoreditor=prefs.edit();TextViewoutputView=(TextView)findViewById(R.id.textscore);CharSequencetextData=outputView.getText();i