我不知道为什么这些解决方案不起作用。
我需要从 Editable 转换为 String
此解决方案不起作用:
Editable ploshad =editTextPloshad.getText();
String ploshadNew=ploshad.toString();
和这个
Editable ploshad =editTextPloshad.getText();
String ploshadNew=(String)ploshad.toString();
plushadNew 不是字符串