欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

HTML DOM cpuClass 屬性

定義和用法

cpuClass 屬性可返回瀏覽器系統(tǒng)的 CPU 等級。

語法

navigator.cpuClassd

實例

<html>

<body>
<script type="text/javascript">
document.write("<p>CPUClass: ")
document.write(navigator.cpuClass + "</p>")
</script>
</body>

</html>