js向ios传参的方法

window.onload=function()
{
var main=document.getElementById('main');
var detail=document.getElementById('detail');
main.onclick=function(){
document.location='main:'+main.href;
}
detail.onclick=function(){
document.location='detail:'+detail.href;
}

}

posted @ 2016-04-24 11:31  浅蓝的天空  阅读(920)  评论(0编辑  收藏  举报