当前位置: 代码迷 >> JavaScript >> 为什么这样会出错呢?解决办法
  详细解决方案

为什么这样会出错呢?解决办法

热度:127   发布时间:2012-03-09 16:54:56.0
为什么这样会出错呢?
<script   src= " "   id= "stat "   > </script>
<script>
var   height=window.screen.height;
var   width=window.screen.width;
var   str= "ip.asp?Resolution= "+width+ "X "+height;
stat.src=str;
</script>


------解决方案--------------------
up
  相关解决方案