网站开发与移动开发

博客园 首页 新随笔 管理

2009年5月27日 #

摘要: 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'>"); ? 阅读全文
posted @ 2009-05-27 11:44 txf2004 阅读(140) 评论(0) 推荐(0) 编辑