check.js

来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· JavaScript 代码 · 共 13 行

JS
13
字号
window.onload = function () {
    setInputCheckedStatus();

    $("js-pre-step").onclick = function() {
        location.href="./index.php?lang=" + getAddressLang() + "&step=welcome";
    };
    $("js-recheck").onclick = function () {
        location.href="./index.php?lang=" + getAddressLang() + "&step=check";
    };
    $("js-submit").onclick = function () {
        this.form.action="index.php?lang=" + getAddressLang() + "&step=setting_ui" + "&ui=" + $('userinterface').value;
    };
};

⌨️ 快捷键说明

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