JS中的call()和apply()方法 20 十月 2017 09:20 dean (0) 1、方法定义 call方法: 语法:call([thisObj[,arg1[, arg2[, [,.argN]]]]]) 定义:调用一个对象的一个方法,以另一个对象替换 [更多...]