Index.php 114 B

123456789101112
  1. <?php
  2. namespace app\Home\controller;
  3. use think\Db;
  4. class Index
  5. {
  6. public function index()
  7. {
  8. }
  9. }