xThis is the same thing I wrote and taught
<?php
namespace app\index\controller;
class Demo1
{
public function getname($name='Peter')
{
return 'hello '.$name;
}
}
珍惜2019-05-29 10:37:47
Solved it because I directly changed http://tp5.com/index.php/index/demo1/getname/thinkphp5.1 into http://tp5.com/index. It is reflected in php/index/demo1/getname/name/thinkphp5.1