« 正则小偷的部份核心函数 | (回到Blog入口) | 好久都没更新过了,惭愧啊! »

网站自动识别 V0.5 (不断完善中)

[code] #!/usr/bin/perl

print "Content-type: text/html\n\n";
if("$ENV{''HTTP_ACCEPT_LANGUAGE''}" =~ /^([A-Za-z-]+)(;|,)/ )
{$k=$1;}

[code] #!/usr/bin/perl

print "Content-type: text/html\n\n";
if("$ENV{'HTTP_ACCEPT_LANGUAGE'}" =~ /^([A-Za-z-]+)(;|,)/ )
{$k=$1;}
if ("$k" eq 'zh-cn')
{print qq();}
elsif ("$k" eq 'zh-tw')
{print qq();}
else
{print qq();}
[/code]
其中1.htm等对应的是你要跳转的网站地址
1.htm对应简体中文
2.htm对应繁体中文
3.htm对应其它

关于

此页面包含了发表于2005年5月 8日 23:00的 Blog 上的单篇日记。

此 Blog 的前一篇日记是 正则小偷的部份核心函数

此 Blog 的后一篇日记是 好久都没更新过了,惭愧啊!

更多信息可在 主索引 页和 归档 页看到。

Creative Commons License
此 Blog 中的日记遵循以下授权 Creative Commons(创作共用)授权.
Powered by
Movable Type 6.3.2