我有一个EditText我只想插入整数值。有人可以告诉我必须使用哪个属性吗?
EditText
添加android:inputType="number"为 XML 属性。
android:inputType="number"