functin(arg) {
  var arg2 = ....;
  arguments.callee(arg2);
  ...
}

 

技术改变世界