iOS JS做判断区分安卓与iOS方法,if

安卓window里面name<["js"]> 方法名:["intenttoZxing"]
if (window["js"] && window["js"]["intenttoZxing"]) {//安卓
window.js.intenttoZxing();
} else {//iOS方法name
window.webkit.messageHandlers.ScanAction.postMessage(null);
}

你可能感兴趣的:(iOS JS做判断区分安卓与iOS方法,if)