从光标位置插入到已经有字符的edittext中 EditText editor = (EditText)getCurrentView();int cursor = editor.getSelectionStart();editor.getText().insert(cursor,delta);