HTML网页根据来访这的浏览器语言不同自动跳转多语言页面 在 之间加入如下代码。 http://www.bkjia.com/PHPjc/319349.htmlwww.bkji">
时间:2021-07-01 10:21:17 帮助过:2人阅读
http://www.bkjia.com/PHPjc/319349.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/319349.htmlTechArticlePHP代码: ? $lan=substr(?$HTTP_ACCEPT_LANGUAGE,0,5); if($lan=="zh-cn") print("metahttp-equiv='refresh'content='0;URL=gb/index.htm'"); else print("metahttp-equiv='refresh'content='0...