namespace Home\Controller; use Think\Controller; class EmptyController extends Controller{ public function index(){ echo "1111111111111"; }