image_background.js

来自「从此不再用那些文章系统来做图片站了!有了专业的图片站程序了! 1:采用MSSQL」· JavaScript 代码 · 共 33 行

JS
33
字号
function loadTxt()    {    var txtLang = document.getElementsByName("txtLang");    txtLang[0].innerHTML = "Source de l\u0027image";    txtLang[1].innerHTML = "R\u00E9p\u00E9tition";    txtLang[2].innerHTML = " Align. Horizontal";    txtLang[3].innerHTML = "Align.Vertical";    var optLang = document.getElementsByName("optLang");    optLang[0].text = "R\u00E9p\u00E9ter";    optLang[1].text = "Ne pas r\u00E9p\u00E9ter";    optLang[2].text = "R\u00E9p\u00E9tition horizontale";    optLang[3].text = "R\u00E9p\u00E9tition verticale";    optLang[4].text = "Gauche";    optLang[5].text = "Centre";    optLang[6].text = "Droit";    optLang[7].text = "pixels";    optLang[8].text = "pourcentage";    optLang[9].text = "Haut";    optLang[10].text = "Milieu";    optLang[11].text = "Bas";    optLang[12].text = "pixels";    optLang[13].text = "pourcentage";        document.getElementById("btnCancel").value = "Annuler";    document.getElementById("btnOk").value = " ok ";    }function writeTitle()    {    document.write("<title>Image d\u0027arri\u00E8re plan</title>")    }

⌨️ 快捷键说明

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