<?phpnamespace app\index\controller;class Index{? ? public function index()? ? {? ? ? return "this is index Index index ";? ? }? ? public function demo()? ? {? ? ? return "this is index Index demo";? ? }}
localhost/index/index/index可以出來,同級一個方法報錯 localhost/index/index/demo
chenzuquan
2018-03-06 21:02:53