一、 xml中实现
添加 android:selectAllOnFocus=“true” 即可
<EditText
android
:layout_width
="match_parent"
android
:layout_height
="wrap_content"
android
:selectAllOnFocus
="true" />
二、代码实现
editText
.setSelectAllOnFocus(true);
转载请注明原文地址: https://mac.8miu.com/read-489857.html