1
2
4
3
5
6
7
obj1.method.call(obj2,arg1,arg2,arg3...)
call方法的作用就是
把obj1的方法放到obj2对象上使用
arg1,arg2....是参数,传给mehtod的哟