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

HTML DOM bufferDepth 屬性

定義和用法

bufferDepth 屬性設(shè)置或返回在 off-screen bitmap buffer 中調(diào)色板的比特深度。

語法

screen.bufferDepth=number

實(shí)例

<html>

<body>
<script type="text/javascript">
document.write("<p>Buffer Depth: ")
document.write(screen.bufferDepth + "</p>")
</script>
</body>

</html>