⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 styles.js

📁 从此不再用那些文章系统来做图片站了!有了专业的图片站程序了! 1:采用MSSQL数据库
💻 JS
字号:
function loadTxt()    {    var txtLang = document.getElementsByName("txtLang");    txtLang[0].innerHTML = "Styles";    txtLang[1].innerHTML = "Aper\u00E7u";    txtLang[2].innerHTML = "Appliquer";    var optLang = document.getElementsByName("optLang");    optLang[0].text = "au texte s\u00E9lectionn\u00E9";    optLang[1].text = "\u00E0 la balise courante";        document.getElementById("btnCancel").value = "Annuler";    document.getElementById("btnApply").value = "Actualiser";    document.getElementById("btnOk").value = " ok ";          }function getTxt(s)    {    switch(s)        {        case "You're selecting BODY element.":            return "Vous s\u00E9lectionnez une balise BODY.";        case "Please select a text.":            return "Vous devez s\u00E9lectionner un texte.";        default:return "";        }    }function writeTitle()    {    document.write("<title>Styles</title>");    }

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -