<h1> 点击跳转, 正在跳转 : <a href="{{ $url }}">{{ $url }}</a> </h1> <script> setTimeout(function () { window.open("{{ $url }}") }, 500) </script>