示例#1
0
 /**
  * @return self
  */
 public function select()
 {
     $this->crawler->select($this->id);
     return $this;
 }