<?phpnamespace app\index\controller;class Index{ public function index() { return "this is index Index index "; } public function demo() { return "this is index Index demo"; }}
添加回答
举报
0/150
提交
取消