HTML DOM updateInterval ÊôÐÔ
¶¨ÒåºÍÓ÷¨
updateInterval ÊôÐÔ¿ÉÉèÖûò·µ»ØÆÁÄ»µÄË¢ÐÂÂÊ¡£
Óï·¨
screen.updateInterval=number
ʵÀý
<html>
<body>
<script type="text/javascript">
document.write("<p>Update Interval: ")
document.write(screen.updateInterval + "</p>")
</script>
</body>
</html>