1、typeof 运算符:返回一个用来表示表达式的数据类型的字符串。("number", "string", "boolean", "object", "function", "undefined")
1 if('function'==typeof $('#id').thefunction) 2 { 3 alert('是个方法'); 4 } 5 else 6 { 7 alert('不是方法'); 8 }
2、in 运算符
3、hasOwnProperty() 方法
1、typeof 运算符:返回一个用来表示表达式的数据类型的字符串。("number", "string", "boolean", "object", "function", "undefined")
1 if('function'==typeof $('#id').thefunction) 2 { 3 alert('是个方法'); 4 } 5 else 6 { 7 alert('不是方法'); 8 }
2、in 运算符
3、hasOwnProperty() 方法
转载于:https://www.cnblogs.com/WebApp-DotNet/p/6374841.html
道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。