📄 color.js
字号:
function loadTxt() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "Paleta Web"; txtLang[1].innerHTML = "Nombre color"; txtLang[2].innerHTML = "Web 216"; txtLang[3].innerHTML = "Nuevo"; txtLang[4].innerHTML = "Current";//"Ultimo seleccionado" txtLang[5].innerHTML = "Custom colors";//"Colores personalizados" document.getElementById("btnAddToCustom").value = "Add to Custom Colors";//unescape("a%F1adir a colores personalizados") document.getElementById("btnCancel").value = "Cancelar"; document.getElementById("btnRemove").value = " Eliminar color"; document.getElementById("btnApply").value = "Aplicar"; document.getElementById("btnOk").value = " Aplicar y salir"; }function writeTitle() { document.write("<title>Colores</title>") }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -