您现在的位置是:首页 > 电脑技术查询 > web开发

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

编辑:chaxungu时间:2022-10-02 23:21:41分类:web开发

为什么这样会出错呢?
<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