乐趣区

多个documentwrite-为什么会被覆盖

很少

<script>
    document.write(1);
    document.write(2);
    setTimeout(()=>{document.write(3)
    },1000) // 结果为 3
</script>

退出移动版