EditText限制输入

 

  android:digits="0123456789"
  android:maxLength="6"

 

但是可以输入一个点  "."

  str = ".123099"

  str.replace(".","");

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-01-14
猜你喜欢
  • 2021-12-07
  • 2021-11-12
  • 2021-11-28
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
相关资源
相似解决方案