当前位置 : 主页 > 网络编程 > PHP >

git 使用测试代码

来源:互联网 收集:自由互联 发布时间:2021-06-30
?phpclass TestController{ public function __construct() { } public function index() { echo 'hello world !'; }}
<?php


class TestController
{
    public function __construct()
    {
       
    }

    public function index()
    {
        echo 'hello world !';
    }
}
网友评论