js 重寫

   olap.stepNext = function(){
  
  }
 
 olap.stepNextOver = function(func){ 
   olap.stepNext = func; 
  } 

function testClick() { olap.stepNextOver(function(){ alert("olap.stepNext方法被覆蓋了!"); }); }
相關文章
相關標籤/搜索