Esempio n. 1
0
 /**
  * 看书
  * @return null
  */
 public function read()
 {
     $this->bookReader->openBook();
     $this->bookReader->turnOnPage();
 }