0

如果页面 url 以 + 结尾,我想显示一些东西

我试过这个:

<?php if(substr($_SERVER['REQUEST_URI'],-1) == '+') echo 'lalala'; ?>

但它不起作用:(

谢谢你的帮助

4

0 回答 0