-5

我将如何使用 Javascript 或 jQuery 检测 Opera 版本?

4

1 回答 1

1

使用以下代码:

if (window.opera) {
    alert(opera.version()); 
}
于 2013-09-07T15:33:19.730 回答