如何使用EditText获取单个整数

时间:2016-09-04 02:56:40

标签: java android-studio

我已将Object.prototype.foo = function() { alert("foo"); }; Number.prototype.foo = undefined; var x = {}; var y = 10; x.foo(); // works y.foo(); // TypeError: y.foo is not a function 的{​​{1}}属性设置为数字,将inputType设置为editText。我尝试过一些选择:

这是我的代码:

maxLength

1 个答案:

答案 0 :(得分:0)

if(ed != null || ed.getText().toString().equals(""))
{
Log.d("hulk","please enter value");
return;
}