<?php namespace Home\Controller; use Think\Controller; class SemiController extends Controller { public function index(){ $this->display(); } }