bsh for android : 北京时间
时间:2014-04-27 14:15:36
收藏:0
阅读:600
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 : 北京时间,布布扣,bubuko.com
原文:http://blog.csdn.net/belldeep/article/details/24571819
评论(0)