我使用的是symfony 1.0,以下是显示新闻说明的网址。
http://news4u.com/search/news/id/344158/css//act/n
在上面的CSS中,缺少CSS的URL,并且URL应该如下所示
http://news4u.com/search/news/id/344158/css/n/act/n
当我使用$this->getRequestParameter('css')
来获取css的值时,我会将其视为' act'如果为“行为”做同样的事情,我会得到空值。
$getRequestParameter('css')=act
$getRequestParameter('act')=<EMPTY>
我正在获取上述参数的值。
我想获得&#39;行为&#39;在上面的URL。怎么做到的?