Appcan页面跳转

 //uexWindow.open("footertest",'0',"footertest.html",0,'','',0);//跳转页面

function openNewWin(inWndName,html,inAniID,f){
    if(inAniID == 0){
        uexWindow.open(inWndName,'0',html,0,'','',(f)?f:0);
        return;
    }
    if(inAniID)
        uexWindow.open(inWndName,'0',html,inAniID,'','',(f)?f:0);
    else
        uexWindow.open(inWndName,'0',html,10,'','',(f)?f:0);
}
js

openNewWin("zhuxiao","zhuxiao.html")

原文地址:https://www.cnblogs.com/1ming/p/5713366.html