EditText可以在xml中设置digits属性来限制用户的输入内容。如下面可以限制用户只输入数字. android:digits="1234567890". 那么在Java代码中该如何设置 ...
確定! 回上一頁