📅  最后修改于: 2022-03-11 14:52:38.908000             🧑  作者: Mango
EditText editText = (EditText)findViewById(R.id.edit_text);
editText.setText("This sets the text.", TextView.BufferType.EDITABLE);