Can't add active class to Bootstrap dropdown menu with PHP
This question already has an answer here:
您在$page="gateway" "="处缺少"="应为$page=="gateway"
<li class="dropdown<?= $page=="new"||$page=="existing"||$page="gateway" ? " active" : null ?>">
链接地址: http://www.djcxy.com/p/58476.html
上一篇: 登录
