close

<script type="text/javascript">
<!--
width = screen.width;
height = screen.height;
availwidth = screen.availWidth;
availheight = screen.availHeight;
if (typeof(screen.deviceXDPI) == 'number') {
width *= screen.deviceXDPI/screen.logicalXDPI;
height *= screen.deviceYDPI/screen.logicalYDPI;
availwidth *= screen.deviceXDPI/screen.logicalXDPI;
availheight *= screen.deviceYDPI/screen.logicalYDPI;
}

document.write(Math.round(width));
//-->
</script>X<script type="text/javascript">
<!--
document.write(Math.round(height));
//-->
</script>

arrow
arrow
    全站熱搜

    stockwfj3 發表在 痞客邦 留言(0) 人氣()