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.
我正在使用sightly 开发AEM 6.1 中的组件。有什么方法可以在后端 JS 代码中检测浏览器。是否有任何 api 将这些细节暴露给后端 JS?
浏览器在 HTTP 标头中发送此信息。您可以使用 userAgent(来自请求对象)来识别浏览器详细信息。您可以编写自己的代码来识别设备/浏览器/操作系统或使用某些服务。