What is the difference between call and apply?

前端 未结 24 1662
太阳男子
太阳男子 2020-11-21 07:12

What is the difference between using call and apply to invoke a function?

var func = function() {
  alert(\'hello!\');
};
         


        
24条回答
提交回复
热议问题