之前写好的跳转页面,今天一打开链接居然报错了。 如https://aaa.com/tpl/hga/ver1/lottery.shtml?method=lottery 因为之前有浏览cookie,所以跳转正常。 现在没有,就报错了。 解决: 在页面任意位置加上这一行就完美解决。 <div style="display: none;"> <img src="http://aaa.com/" alt="" /> </div>