首页题目详情

Which of the following properties returns the user agent string of the browser?

题目配图
A.navigator.appName
B.navigator.userAgent
C.navigator.platform
D.navigator.language

优质解答

答案

B

解析

navigator.userAgent 属性返回用户的浏览器和操作系统详细信息,通常以字符串形式表示。

查看答案和解析

支付 ¥0.1 即可查看此题答案和详细解析

低至 ¥0.1 起

Web程序设计单选题中等AI生成