How to print javascript function body of function instance

前端 未结 0 729
余生分开走
余生分开走 2020-11-28 02:04

if a function is instantiated based on arguments/variables in. eg:

function (def1){
   return function(def2){
      return def1.apply(this, arguments)   
   }         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题