根据项目需求判断Web客户端访问设备类型,从而根据不同的设备(pc or mobile)来为用户导向不同的url,下面为PHP和Js实现的部分代码示例。
Web客户端访问设备类型判断方法-php
1 | function getDeviceType() { |
Web客户端访问设备类型判断方法-Js
1 | function getDeviceType () { |
Web客户端浏览器版本判断-Js
1 | function getBrowserVersion () { |
根据项目需求判断Web客户端访问设备类型,从而根据不同的设备(pc or mobile)来为用户导向不同的url,下面为PHP和Js实现的部分代码示例。
1 | function getDeviceType() { |
1 | function getDeviceType () { |
1 | function getBrowserVersion () { |