No Description

updateinfo1.js 172B

12345678
  1. mui.ready(function() {
  2. mui.plusReady(function(){
  3. alert(1);
  4. var ws=plus.webview.currentWebview();
  5. alert(ws);
  6. console.log(ws.name);
  7. });
  8. })