[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()
[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');