去评论
dz插件网

有没有PHP大佬可以帮忙把以下js代码转换成PHP代码

xiao9469
2022/01/23 15:06:34
  1. <script>var ua = window.navigator.userAgent.toLowerCase();    if (ua.indexOf('UA-142997506-1') == -1) {     document.getElementById('fanghong').style.display = 'block'     document.title = '请使用浏览器打开'    }    </script>
这段js代码 浏览器标识访问 + 浏览器提示跳转,能转换成php后端的代码么?大佬们!