git 使用测试代码

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

<?php


class TestController
{
    public function __construct()
    {
       
    }

    public function index()
    {
        echo 'hello world !';
    }
}