js中的方法调用方式

1.obj.method(args);

2.method.call(obj,args);

原文地址:https://www.cnblogs.com/fatfatdachao/p/3583336.html