谁能帮我把那些乱码翻译成能看懂的?
谢谢了.
<script>document.write(unescape('%3CSCRIPT%3E%20%0D%0Aif%28parent.window.opener%29%20parent.window.opener.location%3D%27http%3A//www.xin45.com/%27%3B%20%3C/SCRIPT%3E'))</script>

解决方案 »

  1.   


    <script>
    alert(unescape('%3CSCRIPT%3E%20%0D%0Aif%28parent.window.opener%29%20parent.window.opener.location%3D%27http%3A//www.xin45.com/%27%3B%20%3C/SCRIPT%3E')) 
    </script>
    //
      

  2.   

    <script>document.write("<SCRIPT> if(parent.window.opener) parent.window.opener.location='http://www.xin45.com/'; </SCRIPT>")</script>
      

  3.   


    if(parent.window.opener) parent.window.opener.location='http://www.xin45.com/';
      

  4.   

    <SCRIPT> 
    if(parent.window.opener) parent.window.opener.location='http://www.xin45.com/'; </SCRIPT>
      

  5.   

    明文如下:
    <SCRIPT> 
    if(parent.window.opener) parent.window.opener.location='http://www.xin45.com/'; </SCRIPT>