gpt4 book ai didi

javascript - 功能英语也执行

转载 作者:行者123 更新时间:2023-11-30 08:47:00 25 4
gpt4 key购买 nike

<分区>

我在 Javascript 中有这段代码。但现在我有一个问题。此代码检查页面是英语还是荷兰语。但是当页面是英文的时候。荷兰语的功能也被执行。我该如何解决这个问题?

var theLanguage = $('html').attr('lang');
// Diferent language
if (theLanguage === "en") {
function doCheckForm() {
el = document.getElementById('hoteliers');
if (el) {
el.innerHTML = '<iframe name="' + document.hcomForm.hTarget.value + '" src="" width="100%" height="600" frameborder="0">';
}
}
}

if (theLanguage === "nl") {
function doCheckForm() {
el = document.getElementById('hoteliers');
if (el) {
el.innerHTML = '<iframe name="' + document.hcomForm.hTarget.value + '" src="" width="100%" height="600" frameborder="0">';
}
}
}

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com