logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

php获取访问者操作系统函数

 function osinfo() { $os=""; $Agent = $GLOBALS["HTTP_USER_AGENT"]; if (eregi(win,$Agent) && strpos($Agent, 95)) { $os="Windows 95"; } elseif (eregi(win 9x,$Agent) && strpos($Agent, 4.90)) { $o

#php#windows#unix
到底了