execRun method

dynamic execRun()

Implementation

execRun() {
  this._run(); //类里面方法的相互调用
}