search

Home  >  Q&A  >  body text

There is still no change when entering other URLs, and hello Peter still appears.

xThis is the same thing I wrote and taught

<?php

namespace app\index\controller;



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

珍惜珍惜2051 days ago992

reply all(1)I'll reply

  • 珍惜

    珍惜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

    reply
    0
  • Cancelreply