从 navigator.userAgent 检测智能设备很简单
比如 navigator.userAgent.match(/iPhone/i) 、 navigator.userAgent.match(/Android/i) 等。
我如何知道请求来自系统(非智能设备),如台式机、笔记本电脑等。使用 navigator.userAgent。
从 navigator.userAgent 检测智能设备很简单
比如 navigator.userAgent.match(/iPhone/i) 、 navigator.userAgent.match(/Android/i) 等。
我如何知道请求来自系统(非智能设备),如台式机、笔记本电脑等。使用 navigator.userAgent。