代码:edittext.setSelection(int);
范例:
et.setText(content);//设置EditText控件的内容 et.setSelection(content.length());//将光标移至文字末尾