We can get the last page URL in JavaScript with the document.referrer property. For example: const lastPageUrl = document.referrer;console.log(`Last visited ...
確定! 回上一頁