“ newsdkinterface.enteryMobile”来自哪个库?

时间:2019-06-30 07:55:03

标签: javascript native

我遇到一个问题。我有一个JavaScript代码,但我不知道它使用了什么库。而且我不知道“ sdkInterface.enteryMobile”来自哪个库。该代码在导航器中运行。我看不到任何地方包括sdkInterface库。你能帮我吗?

var i = navigator.userAgent;
if (i.indexOf("Android") > -1 || i.indexOf("Linux") > -1) {
    sdkInterface.enteryMobile(o);
} else if (i.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/)) {
    window.location.href = "mobileFunc:" + o;
} else {
    if (!(i.indexOf("IEMobile") > -1)) return void (fashion.error_reason = "not supported agent");
    window.external.notify(o)
}

0 个答案:

没有答案