2個(gè)頁面 模擬
1.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link href="../../css/mui.min.css" rel="external nofollow" rel="external nofollow" rel="stylesheet" /> <script src="../../../js/mui.min.js"></script> </head> <body> <script type="text/javascript" charset="utf-8"> mui.init() mui.plusReady(function(){ alert('1') // var self=plus.webview.currentWebview(); // console.log(JSON.stringify(self)) mui("body").on("tap",".a",function(){ mui.openWindow({ url:"2.html", id:"a2", }) }) }); </script> <a href="javascript:void(0)" rel="external nofollow" rel="external nofollow" class="a">跳到a2</a> </body> </html>
2.html
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <link href="../../css/mui.min.css" rel="external nofollow" rel="external nofollow" rel="stylesheet" /> <script src="../../../js/mui.min.js"></script> </head> <body> <script type="text/javascript" charset="utf-8"> mui.init() mui.plusReady(function(){ // var self=plus.webview.currentWebview(); // console.log(JSON.stringify(self)) var old_back = mui.back; mui.back = function() { var wobj = plus.webview.getWebviewById("HBuilder");//注意 HBuilder 是 1.html 的 ID 你如果1.html 有ID 要替換掉HBuilder, wobj.reload(true); old_back() } }); </script> <a href="javascript:void(0)" rel="external nofollow" rel="external nofollow" class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left">返回刷新</a> </body> </html>
上面是我整理給大家的,希望今后會(huì)對大家有幫助。
相關(guān)文章:
在vue中有關(guān)文件夾結(jié)構(gòu)配置
使用vue-cli如何配置接口代理
在NodeJs中如何使用form-data格式傳輸文件
在微信小程序中如何實(shí)現(xiàn)圖片懶加載
使用js如何實(shí)現(xiàn)焦點(diǎn)圖效果
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com