search

Home  >  Q&A  >  body text

After the routing parameters are changed, an access error is reported

think\Route::rule('demo1/:name/[:lesson]','index/index/demo1','GET',['ext'=>'shtml'],['name' =>'\w{3,8}','lesson'=>'\w{1,10}']);

Return:

http://www .tp5.com/demo1/peter.shtml

Page error! Please try again later~


笑的承诺-雷笑的承诺-雷2362 days ago1455

reply all(1)I'll reply

  • 笑的承诺-雷

    笑的承诺-雷2018-07-28 14:24:48

    Variable parameters must have a default value

    reply
    0
  • Cancelreply