dforce 发表于 2016-12-21 11:58 你要做什么,需要改写什么控件的这个方法
Onion 发表于 2016-12-21 15:35 mini-spinner,getValue()不能获取格式化的数据,同时getText()需要自己去掉“,”。我的需求是getValue() ...
dforce 发表于 2016-12-21 16:40 getFormatValue可以获取格式化数据
Onion 发表于 2016-12-21 16:43 getFormatValue有“,”就是三位数字一个的那种,实际上还是要去掉才能保存。还有办法吗。 ...
dforce 发表于 2016-12-21 16:58 既然是获取格式化,就是按你输入框里面的格式获取,要去也只能你另外处理 ...
Onion 发表于 2016-12-22 16:21 所以我说getValue能不能重写!