setTimeout(function (){ if (sessionStorage.getItem("YuYan") == "English"){ document.getElementById("btnUpdate").innerText = "Update"; $("#btnUpdate").show(); $("#Ch1").show(); translate.execute(); }else{ $("#btnUpdate").show(); $("#btnShuaXin").show(); $("#Ch1").show(); } },100)