問題: Javascript の変更関数が無効です
P粉654894952
P粉654894952 2023-09-06 00:04:57
0
1
543

私たちは JavaScript の修正版翻訳を使用中に問題に遭遇しました。

これはhtml代詞

です。

document.getElementById('slider-en1').style.visibility = 'hidden'; document.getElementById('slider-id1').style.visibility = 'visible'; 関数changeFunc() { var selectBox = document.getElementById("言語選択"); var selectedValue = selectBox.options[selectBox.selectedIndex].value; // アラート(selectedValue); if (selectedValue == 'id') { document.getElementById('slider-en1').style.visibility = 'visible'; document.getElementById('slider-id1').style.visibility = 'hidden'; } if (selectedValue == 'en') { document.getElementById('slider-en1').style.visibility = 'visible'; document.getElementById('slider-id1').style.visibility = 'hidden'; } }

           
          
    人気のトピック
    詳細>
    人気の記事
    人気のチュートリアル
    詳細>
    最新のダウンロード
    詳細>
    ウェブエフェクト
    公式サイト
    サイト素材
    フロントエンドテンプレート
    私たちについて 免責事項 Sitemap
    PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!