</iframe>
<body style="background-color:transparent" >
在页面上用window.location.href='';进行跳转的时候,有时候不起作用,
找了好长时间,发现有个方法可解决
设置一个0秒的定时器: setTimeout(function(){ window.location ='http://www.cnblogs.com';}, 0);
<body style="background-color:transparent" >
在页面上用window.location.href='';进行跳转的时候,有时候不起作用,
找了好长时间,发现有个方法可解决
设置一个0秒的定时器: setTimeout(function(){ window.location ='http://www.cnblogs.com';}, 0);