SchoolPhysicalExamination/application/test/controller/Text.php

15 lines
231 B
PHP

<?php
namespace app\test\controller;
use think\Controller;
use think\Db;
use app\bj\controller\Common;
use think\Log;
use \think\Validate;
class Text extends Controller{
public function demo(){
echo '你好';
}
}