Caller.prototype.getValue = function(pairStack) {
      // 解析每个 Caller 中的参数的值
      _.each(this.series, function(ser) {
        _.each(ser.args || [], function(arg, i) {
          if (arg instanceof Caller) {