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

HTML DOM availWidth 屬性

定義和用法

availWidth 屬性聲明了顯示瀏覽器的屏幕的可用寬度,以像素計(jì)。在 Windows 這樣的操作系統(tǒng)中,這個(gè)可用高度不包括分配給半永久特性(如屏幕底部的任務(wù)欄)的垂直空間。

語法

screen.availWidth

實(shí)例

<html>

<body>
<script type="text/javascript">
document.write("<p>Available Width: ")
document.write(screen.availWidth + "</p>")
</script>
</body>

</html>