我正在制作一个中英文网站,现在我需要检测以前的网页网址是否以“-cn”结尾(因此会知道它是中文页面)然后更改当前页面中的某些内容(默认为英语)。谢谢。
下面的代码,抱歉,我对JS来说太新了
$(document).ready(function() {
var referrer = document.referrer;
//*detect if previous url without "-cn"ending do nothing if with "-cn" then below
//*change content inside to "new"<div class="block"></div>
});
<div class="block">old</div>