IndexAction.class.php 110 B

12345678910
  1. <?php
  2. class IndexAction extends Action {
  3. /*
  4. */
  5. public function index(){
  6. echo "金老师威武!!!";
  7. }
  8. }