这里用 var _this_ = this; 但是又不用 _this_ 为啥呢
var _this_ = this,
config = this.config,
这里取了 _this_ 然后不应该 这样用吗:
config = _this_.config
可以用的。