function index()
{
return "hello word!";
}
這個(gè)方法名字換成其他的名字,就不輸出了,求解!
{
return "hello word!";
}
這個(gè)方法名字換成其他的名字,就不輸出了,求解!
2017-07-10
'url_route_on' => true,
'url_route_must' => false,
之后會(huì)強(qiáng)制使用路由,原地址無(wú)法訪(fǎng)問(wèn)
'url_route_must' => false,
之后會(huì)強(qiáng)制使用路由,原地址無(wú)法訪(fǎng)問(wèn)
那個(gè)course.io,老師用到了虛擬主機(jī)配置,配置apache的配置文件和本機(jī)host文件就能搞定
2017-07-08
聽(tīng)不懂,localhost/public 這樣就可以訪(fǎng)問(wèn)默認(rèn)的歡迎頁(yè)面,localhost/index/index/index 這樣卻不行,視頻上有可以
2017-07-08