我已将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
答案 0 :(得分:0)
if(ed != null || ed.getText().toString().equals(""))
{
Log.d("hulk","please enter value");
return;
}