There is still no change when entering other URLs, and hello Peter still appears.
珍惜
珍惜 2019-05-29 10:35:37
0
1
990

xThis is the same thing I wrote and taught

<?php

namespace app\index\controller;



class Demo1
{
public function getname($name='Peter')
{
return 'hello '.$name;
}
}

珍惜
珍惜

reply all(1)
珍惜

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template