Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我希望能够检测用户的平台并根据用户是使用手机还是计算机查看网站来加载内容。
最好我想使用 php include() 根据上述条件加载整个页面。CSS 将是下一个,尽管我更喜欢 php,因为我还希望移动版本的内容有所不同。
我基本上需要提供 2 个版本的网站:
这是可行的还是我走上了一条死胡同。
感谢您的任何帮助。
使用 $_SERVER['HTTP_USER_AGENT'] 来检测 User-Agent 的内容。使用一组移动代理来识别您的“if mobile 语句”。