Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果页面 url 以 + 结尾,我想显示一些东西
我试过这个:
<?php if(substr($_SERVER['REQUEST_URI'],-1) == '+') echo 'lalala'; ?>
但它不起作用:(
谢谢你的帮助