我正在尋找一種方法來表達(dá):<a href="http://example.com>click me</a>
<script>
If the <a> was clicked, don't redirect immediately, but instead, load http://example.com in the background, and once that is done, redirect the user to http://example.com
</script>這樣,用戶將在我的網(wǎng)站內(nèi)等待,而不是在其他網(wǎng)站中等待。尊重吧?我知道人們會問你為什么要這樣做。請我只是在測試一些東西..我的想法是:僅使用Javascript可能是不可能的,但我認(rèn)為我們可以使用一些后端來做到這一點(diǎn),我不介意你用nodejs或php回復(fù),我喜歡更高級的男孩。
在后臺加載網(wǎng)站,完成后重定向到加載的網(wǎng)站
慕標(biāo)5832272
2023-07-08 16:37:34