使用screen.availHeight屬性來傳回使用者螢幕的寬度。結果將以像素表示,並且不包括工作列功能。
您可以嘗試執行以下程式碼來了解如何在JavaScript中使用screen.availHeight屬性:
示範
<!DOCTYPE html> <html> <body> <script> document.write("Height of the screen: "+screen.availHeight); </script> </body> </html>
以上是JavaScript中的availHeight屬性是什麼意思?的詳細內容。更多資訊請關注PHP中文網其他相關文章!