通过在对象上实现call或apply方法,或以其他方式,可以使对象可被调用吗?例如:
call
apply
var obj = {}; obj.call = function (context, arg1, arg2, ...) { ... }; ... obj (a, b);
用户名或邮箱地址
密码