Duktape Android 是由 Square 开发的 Android 平台 Duktape JavaScript 引擎。

Square 有很多优秀的开源项目,如 RetrofitPicassookhttpLeakCanary 等。

使用:

 

Duktape duktape = Duktape.create();
try {
  Log.d("Greeting", duktape.evaLuate("'hello world'.toUpperCase();"));
} finally {
  duktape.close();
}

 


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务