<?php
namespace app\m\controller;
use think\Controller;
class Index extends Controller
{
public function index()
{
return $this->fetch();
}
}问题来了,看下面的图片
我哪里做错了吗?就想简单的输出页面,为何有if
log.zip
( 20.45 KB 下载:12 次 )
最佳答案