javascript四种调用方式——方法调用模式、函数调用模式、构造器调用模式和Apply或Call调用模式

实例:
1.方法调用


2.函数调用


3.构造器调用


4.apply调用模式

你可能感兴趣的:(js_note)