| 为什么这样会出错呢? |
| [ 来源:ITWENKU 时间:2007-4-15 11:31:46 | 浏览:215人次
] |
| |
|
<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>
虽然没有人回答,但是问题已经得到了简决 <script> var height=window.screen.height; var width=window.screen.width; var str="ip.asp?Resolution="+width+"X"+height; var scr="<script src='"+str+"'></script\>" document.write(scr); </script>
up
|
|
 |
推荐文章 |
|