精易论坛

标题: 扣js代码,然后不懂传参了 [打印本页]

作者: oopsjeff    时间: 2024-12-26 22:43
标题: 扣js代码,然后不懂传参了
[JavaScript] 纯文本查看 复制代码

var _e;
!(function(t) {
    var i = {};
    function e(s) {
        if (i) return i.exports;
        var n = i = {
            exports: {},
            id: s,
            loaded: !1
        };
        return t.call(n.exports, n, n.exports, e), n.loaded = !0, n.exports
    }
    _e = e;
})({


    jiami: function(t, e, i) {

        s = function(t, n) {
            function n() {}
            console.log('2222222222')
             null != t && null != n && t.length > 0 && n.length > 0 && (this.n = new l(t,16),
            this.e = parseInt(n, 16))
        }.call(e, i, e, t), !(void 0 !== s && (t.exports = s))
    }
});


function getkey() {
    var _jiami = _e("jiami");
    _jiami.s('111111','2222222');//这里怎么写? 大佬们,怎么传参进去调用它
}
getkey()


作者: ggyy1314    时间: 2024-12-26 23:04
666666666666666666666666666666
作者: 小情缘    时间: 2024-12-27 00:02
看起来没问题啊
作者: ShenMir    时间: 2024-12-27 10:49
[JavaScript] 纯文本查看 复制代码
var _e;
!(function(t) {
    var i = {};
    function e(s) {
        if (i) return i.exports;
        var n = i = {
            exports: {},
            id: s,
            loaded: false
        };
        return t.call(n.exports, n, n.exports, e), n.loaded = true, n.exports;
    }
    _e = e;
})({
    jiami: function(module, exports, require) {
        function s(t, n) {
            console.log('2222222222');
            if (null!= t && null!= n && t.length > 0 && n.length > 0) {
                this.n = new l(t, 16);
                this.e = parseInt(n, 16);
            }
        }
        exports.s = s;
    }
});

function getkey(a, b) {
    var _jiami = _e("jiami");
    if (_jiami && _jiami.s) {
        _jiami.s(a, b);
    }
}

getkey('111111', '2222222');





欢迎光临 精易论坛 (https://125.confly.eu.org/) Powered by Discuz! X3.4