学了screen六个属性只是得到数值,还有什么可以扩展的吗?可以跟什么知识结合呢?
<script> document.write(screen.availHeight); document.write(screen.availWidth); document.write(screen.heigth); docuement.write(screen.width); document.write(screen.colorDepth); document.write(screen.pixelDepth); </script>