namespace HomeController; use ThinkController; class showController extends Controller { public function index(){ echo"123"; } }