<a id="ssl2" href="#" onclick="openLocalExplorer()">请点击跳到页面</a>
function openLocalExplorer()
  {
    try {
      navigator.app.loadUrl(encodeURI('http://121.14.64.122:10013/static/download.html'), { openExternal:true});
    }
    catch (e) {
      alert(e.name + ":" + e.message);
    }
  }

在3.6版本测试通过

posted on 2014-12-03 16:08  凌度  阅读(493)  评论(0编辑  收藏  举报