當來訪者瀏覽器語言是中文就進入中文版面,國外的用戶默認瀏覽器不是中文的就跳轉英文頁面。
- <?php
- $lan = substr( $HTTP_ACCEPT_LANGUAGE,0,5);
- if ($lan == "zh-cn")
- print("<meta http-equiv='refresh' content = '0;URL = gb/index.htm'>");
- else
- print("<meta http-equiv='refresh' content = '0;URL = eng/index.htm'>");
- ?>
新聞熱點
疑難解答