码迷,mamicode.com
首页 > 移动开发 > 详细

bsh for android : 北京

时间:2015-07-08 14:17:37      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

beanshell : bjtime.bsh

source("/sdcard/com.googlecode.bshforandroid/extras/bsh/android.bsh");
a = Android();

a.call("addOptionsMenuItem","Exit","exit");
a.call("webViewShow","http://open.baidu.com/special/time/");

while (true){
        response = a.call("eventWait").get("result");
        if (response == null) continue;
        print(response);
        if (response.get("name").equals("exit")) break;
}



版权声明:本文博客原创文章,博客,未经同意,不得转载。

bsh for android : 北京

标签:

原文地址:http://www.cnblogs.com/bhlsheji/p/4629835.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!